Bitwise NOT.
Inverts the bits of x.
not[x]
#<result> = not[5] (print,#<result>)
result: 4294967290
and, or, xor, nand, nor, xnor