Table of Contents

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

2016/01/01 22:42

History

0.9.9.68New To Version