en:continuefor

Continue For (Statement)

Format

for t = 1 to 100
   statement(s)
   continue for
   statement(s)
next t

Description

Causes a for loop to jump over the remaining code to the next.

See Also

New To Version

0.9.9.68

en/continuefor.txt · Last modified: 2014/02/07 12:09 by admin