User Tools

Site Tools


en:continuefor

Continue For (Statement)

Format

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

Description

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

See Also

History

0.9.9.68New To Version
en/continuefor.txt · Last modified: 2020/02/28 10:46 (external edit)