User Tools

Site Tools


en:exitfor

Exit For (Statement)

Format

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

Description

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

See Also

History

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