Difference between revisions of "Operator"
From WikiManual
(→Bitwise Commands) |
|||
Line 23: | Line 23: | ||
== Bitwise Commands == | == Bitwise Commands == | ||
+ | |||
+ | It'd be helpful if you knew the [[basics of bits | bit basics]]. | ||
*[[~]] Compliment | *[[~]] Compliment | ||
*[[&]] AND | *[[&]] AND |
Revision as of 14:11, 2 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.
Contents
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