Difference between revisions of "Else"

From WikiManual
Jump to: navigation, search
m (Reverted edit of Retard, changed back to last version by 66.91.141.218)
 
(2 intermediate revisions by 2 users not shown)
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===
+
example:
* [[cond]]
+
 
* [[start]]
+
'''cond'''
* [[else]]
+
*.eye5 50 <
* [[stop]]
+
'''else'''
* [[end]]
+
-1 .shoot store
 +
'''stop'''
 +
'''end'''
 +
 
 +
{{Flow Commands}}

Latest revision as of 10:20, 1 July 2014

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

example:

cond
*.eye5 50 <
else
-1 .shoot store
stop
end

Flow Commands:

cond
start else
stop
end