Difference between revisions of "Else"
From Wiki
Line 1: | Line 1: | ||
− | {{body|Else | + | {{body|Else| |
Used in conjunction with [[if]], processed only when the [[if]] statement evaluates as [[false]]. Must be placed immediately after the [[true]] command from the [[if]] statement.}} | Used in conjunction with [[if]], processed only when the [[if]] statement evaluates as [[false]]. Must be placed immediately after the [[true]] command from the [[if]] statement.}} | ||
Revision as of 10:47, 3 August 2007
Synopsis
Else
Description
Used in conjunction with if, processed only when the if statement evaluates as false. Must be placed immediately after the true command from the if statement.
Related Commands
If |
See also
Main Page | Documentation |