Difference between revisions of "Start"

From WikiManual
Jump to: navigation, search
(Flow Commands)
Line 6: Line 6:
 
* [[cond]]
 
* [[cond]]
 
* [[start]]
 
* [[start]]
 +
* [[else]]
 
* [[stop]]
 
* [[stop]]
 
* [[end]]
 
* [[end]]

Revision as of 05:01, 7 October 2005

Start Flow Operator

Start marks the action step of a gene. This is where logical operators, store and inc/dec can be used. It will only execute if the boolean value from conditions stack is true.

Flow Commands