X = ~XPerforms a bit-wise Boolean Not on X.
X = ~X
Dialect restriction. NotM is implemented only in dialects 6 or later.
See also AndM, OrM, XorM and the non-bit-wise equivalents And, Or, Xor, Not