en:continuewhile

Continue While (Statement)

Format

while boolean_expr
   statement(s)
   continue while
   statement(s)
end while

Description

Causes a while loop to jump over the remaining code bacl to the top of the loop.

See Also

New To Version

0.9.9.68

en/continuewhile.txt · Last modified: 2014/02/07 12:11 by admin