Ending instruction of FOR loop.
Syntax:
1 |
NEXT |
Example:
1 2 3 4 5 6 7 |
a = 0 FOR i = 10 TO 20 DO a = average[i](open) + a NEXT RETURN a AS "compoumd averages direction" |
Ending instruction of FOR loop.
Syntax:
1 |
NEXT |
Example:
1 2 3 4 5 6 7 |
a = 0 FOR i = 10 TO 20 DO a = average[i](open) + a NEXT RETURN a AS "compoumd averages direction" |