tact icon indicating copy to clipboard operation
tact copied to clipboard

Bitwise NOT operator

Open anton-trunov opened this issue 9 months ago • 0 comments

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)

anton-trunov avatar May 10 '24 06:05 anton-trunov