Difference between revisions of "Valinc"
From WikiManual
m (Reverted edit of Wz5T3f, changed back to last version by Ollj) |
|||
Line 3: | Line 3: | ||
{{Bitwise Command}} | {{Bitwise Command}} | ||
− | Taking the top value as a series of bits, | + | Taking the top value as a series of bits, ++ adds one to the value. If this causes an overflow, the overflowing digits are lost. |
Revision as of 02:22, 3 May 2007
Increment Bit Value Operator UNARY
Bitwise Command:
|
Taking the top value as a series of bits, ++ adds one to the value. If this causes an overflow, the overflowing digits are lost.