Difference between revisions of "Else"
From WikiManual
m (→Flow Commands) |
|||
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. | ||
+ | |||
+ | '''cond''' | ||
+ | *.eye5 50 < | ||
+ | '''else''' | ||
+ | -1 .shoot store | ||
+ | '''stop''' | ||
+ | '''end''' | ||
{{Flow Commands}} | {{Flow Commands}} |
Revision as of 09:18, 1 July 2014
Identical to start except it is executed if the previous condition resolved FALSE.
cond *.eye5 50 < else -1 .shoot store stop end
Flow Commands: |