Difference between revisions of "Cond"

From WikiManual
Jump to: navigation, search
m (Reverted edit of Retard, changed back to last version by 66.91.141.218)
m
Line 7: Line 7:
 
The condition is the part of the gene that tells if  should happen or not. Many action commands can be used in here but not all.
 
The condition is the part of the gene that tells if  should happen or not. Many action commands can be used in here but not all.
  
=== Flow Commands===
+
{{Flow Commands}}
* [[cond]]
 
* [[start]]
 
* [[else]]
 
* [[stop]]
 
* [[end]]
 

Revision as of 22:25, 23 December 2005

Condition

cond marks the start of a gene in the DNA. Everything from cond to start is evaulated. Once the program reaches start, any values still on the conditions stack are anded together. If the resulting boolean value is true, every action after start to the next stop command is executed.

Otherwise, the program continues to the next cond statement, or stops reading the DNA if the end is found instead.


The condition is the part of the gene that tells if should happen or not. Many action commands can be used in here but not all.

Flow Commands:

cond
start else
stop
end