BREAK

From STX Wiki
< Programmer Guide‎ | Command Reference
Revision as of 16:39, 24 April 2014 by Christian (talk | contribs) (→‎Usage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The BREAK immediately stops loop processing. The control flow will continue with the first command after the END statement of the respective loop. This command can only be used inside a loop.

Usage

BREAK

Result

The BREAK command does not generate a return value. Neither does it change the variable RC.

See also

control commands, CONTINUE, DO, WHILE, FOR, FOREVER, END

Navigation menu

Personal tools