Go to main content

Loop Statements

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, <jg@sednove.com>

Edit

© 2024 extenso Inc. All rights reserved.