CONTINUE

From ICE Enterprises
Jump to navigation Jump to search

continue iterating nearest enclosing WHILE, DO or FOREACH loop

<LEVELS> - Number of levels to skip [DEF=1]

The CONTINUE command is used inside a loop to skip the remaining part of the
loop body and cause another iteration of a loop.  To jump out of two or more
loops at once, set the <LEVELS> appropriately.

SEE ALSO:  GOTO, DO, FOREACH, WHILE, BREAK