Difference between revisions of "Command"

From WikiManual
Jump to: navigation, search
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 perform basic actions on the stack, such as [[add]] and [[store]].
+
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 17: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.