Difference between revisions of "Else"

From WikiManual
Jump to: navigation, search
 
Line 1: Line 1:
 
Identical to [[start]] except it is executed if the previous condition resolved FALSE.
 
Identical to [[start]] except it is executed if the previous condition resolved FALSE.
 +
 +
=== Flow Commands===
 +
* [[cond]]
 +
* [[start]]
 +
* [[else]]
 +
* [[stop]]
 +
* [[end]]

Revision as of 05:01, 7 October 2005

Identical to start except it is executed if the previous condition resolved FALSE.

Flow Commands