Difference between revisions of "End"

From WikiManual
Jump to: navigation, search
 
Line 1: Line 1:
 
The most important of all even if it is only written once in a file, End tells the program when to stop reading the DNA. If it is not there the program will add (random?) numbers, largly consisting of zeros until another bot's DNA(that does contain end) is added to the end(normally a veggie). Often errors can occur due to lack of a proper end statement.
 
The most important of all even if it is only written once in a file, End tells the program when to stop reading the DNA. If it is not there the program will add (random?) numbers, largly consisting of zeros until another bot's DNA(that does contain end) is added to the end(normally a veggie). Often errors can occur due to lack of a proper end statement.
 +
 +
=== Flow Commands===
 +
* [[cond]]
 +
* [[start]]
 +
* [[stop]]
 +
* [[end]]

Revision as of 20:29, 17 September 2005

The most important of all even if it is only written once in a file, End tells the program when to stop reading the DNA. If it is not there the program will add (random?) numbers, largly consisting of zeros until another bot's DNA(that does contain end) is added to the end(normally a veggie). Often errors can occur due to lack of a proper end statement.

Flow Commands