Difference between revisions of "Start"

From WikiManual
Jump to: navigation, search
m (Reverted edit of Retard, changed back to last version by 66.91.141.218)
Line 1: Line 1:
 +
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===
 +
* [[cond]]
 +
* [[start]]
 +
* [[else]]
 +
* [[stop]]
 +
* [[end]]

Revision as of 20:20, 10 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