Programmer Guide/Command Reference/BREAK: Difference between revisions

From STX Wiki
Jump to navigationJump to search
m (1 revision: Initial import)
Line 4: Line 4:
<code>BREAK</code>
<code>BREAK</code>


Stop loop processing immediately. Continue execution with the first command after the <code>[[Programmer Guide/Command Reference/END|END]]</code> statement. This command can only be used inside a <code>[[Programmer Guide/Command Reference/DO|DO]]</code>-loop
Stop loop processing immediately. Continue execution with the first command after the <code>[[Programmer Guide/Command Reference/END|END]]</code> statement. This command can only be used inside a loop (see <code>[[Programmer Guide/Command Reference/DO|DO]]</code>, <code>[[Programmer_Guide/Command_Reference/WHILE|WHILE]]</code>, <code>[[Programmer_Guide/Command_Reference/FOREVER|FOREVER]]</code>, and <code>[[Programmer_Guide/Command_Reference/FOR|FOR]]</code>).
 
<!-- C.G. 14.3.2011 -->

Revision as of 17:14, 14 March 2011

BREAK

BREAK

Stop loop processing immediately. Continue execution with the first command after the END statement. This command can only be used inside a loop (see DO, WHILE, FOREVER, and FOR).


Navigation menu

Personal tools