Difference between revisions of "Command"
From WikiManual
m |
m |
||
Line 1: | Line 1: | ||
A command is a region of memory adressed in [[Robot DNA]]. | A command is a region of memory adressed in [[Robot DNA]]. | ||
− | It can be a [[Sysvar]] (system variable) that causes a bot to perform an action like [[.up]] and [[.repro]] or an [[Operator]] that | + | It can be a [[Sysvar]] (system variable) that causes a bot to perform an action like [[.up]] and [[.repro]] or an [[Operator]] that performs basic actions on the stack, such as [[add]] and [[store]]. |
Latest revision as of 16:18, 31 January 2006
A command is a region of memory adressed in Robot DNA.
It can be a Sysvar (system variable) that causes a bot to perform an action like .up and .repro or an Operator that performs basic actions on the stack, such as add and store.