Difference between revisions of "Operator"

From WikiManual
Jump to: navigation, search
(Flow Commands)
Line 77: Line 77:
 
* [[stop]]
 
* [[stop]]
 
* [[end]]
 
* [[end]]
 +
 +
**[[Robot DNA]]

Revision as of 22:27, 11 October 2005

For some reason the wiki is only displaying the original entry. I think. Anyway, if this message shows up at all, bear with me through the techinical difficulties.

Sysvars


Basic Commands

Advanced Commands

Bitwise Commands

It'd be helpful if you knew the bit basics.

  • ~ Compliment
  • & AND
  • | OR
  • ^ XOR
  • ++ increment stack value
  • -- deincrement stack value
  • - negate stack value
  • << bit shift left
  • >> bit shift right

Conditions

Logic Operators

Store commands

Flow Commands