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 [[Programmer_Guide/Command_Reference/IF|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 ([[Programmer_Guide/Command_Reference/FOR|FOR]], [[Programmer_Guide/Command_Reference/DO|DO]], [[Programmer_Guide/Command_Reference/WHILE|WHILE]], [[Programmer_Guide/Command_Reference/FOREVER|FOREVER]]). |