Operator

From WikiManual
Revision as of 15:28, 23 December 2005 by Ollj (talk | contribs) (Conditions)
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

Logical Comparison Operators:

> <
>= <=
= !=
%= !%=
~= !~=

Logic Operators

Store commands

Flow Commands