Question: This nested for loop is not working (syntax?)

I have a simple nested for loop in a worksheet:

[> for x in [ -1, 1 ] do for y in [ -1, 1 ] do x*y end do end do

When I press Enter, nothing happens. What am I (as a novice) missing?

Scott

Please Wait...