Programmer Guide/Command Reference/END: Difference between revisions
From STX Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
The <code>END</code> statement closes a block of commands started with a block <code>IF</code> or with a loop command (FOR, DO, WHILE, FOREVER). | The <code>END</code> statement closes a block of commands started with a [[Programmer_Guide/Command_Reference/IF|block <code>IF</code>]] or with a loop command (FOR, DO, WHILE, FOREVER). |
Revision as of 19:14, 23 March 2011
The END
statement closes a block of commands started with a block IF
or with a loop command (FOR, DO, WHILE, FOREVER).