Loop Statements
SYNOPSIS
There are three types of loops in SNCODE.
Click on the to one that better fits your case for more details:
To loop over an array or context.
To loop over a numeric range (e.g..: 0 to 10).
To loop over a boolean expression.
AUTHOR
Written by Jean-Georges Guénard, <jg@sednove.com>
Edit