User Tools

Site Tools


en:exitfor

This is an old revision of the document!


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.1470689767.txt.gz · Last modified: 2020/02/28 10:46 (external edit)