User Tools

Site Tools


el:exitfor

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

New To Version

0.9.9.68

el/exitfor.txt · Last modified: 2020/02/28 10:46 (external edit)