Loop Statements
latest
Loops and sequences in SNCODE
Loop Statements
SYNOPSIS
There are three types of loops in SNCODE.
Click on the to one that better fits your case for more details:
FOR IN
To loop over an array or context.
FOR
To loop over a numeric range (e.g..: 0 to 10).
WHILE & DO UNTIL
To loop over a boolean expression.
AUTHOR
Written by Jean-Georges Guénard