Difference between revisions of "Start"
From WikiManual
| Line 2: | Line 2: | ||
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 in from conditions stack is true. | 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 in from conditions stack is true. | ||
| + | |||
| + | === Flow Commands=== | ||
| + | * [[cond]] | ||
| + | * [[start]] | ||
| + | * [[stop]] | ||
| + | * [[end]] | ||
Revision as of 19:29, 17 September 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 in from conditions stack is true.