tact
tact copied to clipboard
Bitwise NOT operator
Let's use ~
as the syntax for the unary bitwise NOT operator. It should have the same operator precedence level as the !
logical NOT operator. (Basically all the prefix operators should have the same precedence)