Table of Contents

Exit For

Format

for var = n to m
statement(s)
exit for statement(s)
next var

Description

Causes program execution to jump to the first statement following the for statement.

See Also

2016/01/01 22:42

New To Version

0.9.9.68