Programmer Guide/Command Reference/ELSE: 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>ELSE</code> statement is part of the <code>IF</code> ... <code>THEN</code> ... <code>ELSE IF</code> ... <code>ELSE</code> ... <code>END</code> command. | 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. | ||
{{:Programmer_Guide/Command_Reference/IF]]}} |
Revision as of 18:46, 23 March 2011
The ELSE
statement is part of the IF
... THEN
... ELSE IF
... ELSE
... END
command.
{{:Programmer_Guide/Command_Reference/IF]]}}