Difference between revisions of "Else"
From WikiManual
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 04:01, 7 October 2005
Identical to start except it is executed if the previous condition resolved FALSE.