Table of Contents

Exit While (Statement)

Format

while boolean_expression
statement(s)
exit while
statement(s)
end while

Description

Causes program execution to jump to the first statement following the end while statement.

See Also

2016/01/01 22:42

History

0.9.9.68New To Version