Operator

From WikiManual
Revision as of 15:03, 2 October 2005 by Numsgil (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

Basic Commands

Advanced Commands

Bitwise Commands

  • ~ 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