Loading

CONTINUE

logic control

Immediately stop executing the current iteration of an ongoing loop and start the next one.

CONTINUE is available since version 1.0.0.

See also

Signatures

Examples

0 'i' STORE 0 'j' STORE 1 1000 <% DROP $i 1 + 'i' STORE CONTINUE $j 1 + 'j' STORE %> FOR $i $j