Difference between revisions of "Stop"

From WikiManual
Jump to: navigation, search
(Flow Commands)
 
(4 intermediate revisions by 4 users not shown)
Line 4: Line 4:
 
"stop" is now slightly more complicated in how it works, but not in use.  "stop" terminates the current gene execution.
 
"stop" is now slightly more complicated in how it works, but not in use.  "stop" terminates the current gene execution.
  
=== Flow Commands===
+
example:
* [[cond]]
+
 
* [[start]]
+
'''cond'''
* [[else]]
+
*.eye5 50 >
* [[stop]]
+
'''start'''
* [[end]]
+
-1 .shoot store
 +
'''stop'''
 +
'''end'''
 +
 
 +
{{Flow Commands}}

Latest revision as of 10:19, 1 July 2014

"stop" marks the end of a gene.

Post-2.4

"stop" is now slightly more complicated in how it works, but not in use. "stop" terminates the current gene execution.

example:

cond
*.eye5 50 >
start
-1 .shoot store
stop
end

Flow Commands:

cond
start else
stop
end