| Value | Meaning |
|---|---|
| seq | < Sequential Growth. Inherit Initial Value. Set weight to +1. State is \em ON. |
| par | < Parallel Growth |
| clone | < Clone. Like \c PAR but |
| setLOp | < Set Node Logic Operation (see \c Lop). |
| setOType | < Set Out-Type. Either \c int, \c float or \c double for now. |
| incBias | < Increase Threshold |
| decBias | < Decrease Threshold |
| incOpRec | < Increase Out-Precision |
| decOpRec | < Decrease Out-Precision |
| incLinkreg | < Increase In-Link-Register |
| decLinkreg | < Decrease In-Link-Register |
| on | < \em Activate Current In-Link. |
| off | < \em Deactivate Current In-Link. |
| wait | < Wait (Delay) one clock-cycle? |
| rec | < \em Recurse up to top (decreasing life with one). |
| jmp | < \em Jump to sub-Network/Procedure/Function. |
| def | < \em Define sub-Network/Procedure/Function. |
| end | < \em Recursion Terminator in serialized code (stream of t's). |
| null_ | < \em Network Terminator in serialized code (stream of t's). |
m Network (Transformation) Operation Type Code.
Instructions for a Program that builds \em Computing Networks (for example Artificial Nerual Networks ANN).
TODO: What does \em nature cell this information bearer: Closest I have found is http://en.wikipedia.org/wiki/Allele.