Programmer Guide/Command Reference/ELSE: Difference between revisions
From STX Wiki
Jump to navigationJump to search
m (1 revision: Initial import) |
No edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
The <code>ELSE</code> statement is part of the <code>IF</code> ... <code>THEN</code> ... <code>ELSE IF</code> ... <code>ELSE</code> ... <code>END</code> command. For a thorough description, see <code>[[Programmer_Guide/Command_Reference/IF]]</code>. | |||
Revision as of 18:45, 23 March 2011
The ELSE
statement is part of the IF
... THEN
... ELSE IF
... ELSE
... END
command. For a thorough description, see Programmer_Guide/Command_Reference/IF
.