User Tools

Site Tools


en:continuewhile

Continue While (Statement)

Format

while boolean_expression
(tab)statement(s)
(tab)continue while
(tab)statement(s)
end while

Description

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

See Also

History

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