Operator

From WikiManual
Revision as of 13:48, 21 December 2005 by 80.140.186.52 (talk) (Basic Commands)
Jump to: navigation, search

Anything you're likely to see in DNA.

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