Valinc
From WikiManual
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.
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.