Turtle, Observer, Patch

bitnot value

Parameters:
value Integer The argument to be negated

Description:
Reports the bitwise-negation of its input.

Examples:
bitnot 4 returns -5. The negation of 00000100 is 11111011.

Related Commands:
bitand