Difference between revisions of "Else"

From Wiki
Jump to: navigation, search
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.}}
  
 
== Related Commands ==
 
== Related Commands ==

Revision as of 11:47, 3 August 2007

Synopsis

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.

Description

{{{2}}}

Related Commands

If

See also

Main Page Documentation