|
> The precedence of the new bitwise operators is not yet documented in 3.4.8. Thanks for the report; we will correct that. For the record, the precedence is this: or and < > <= >= ~= == | ~ & << >> .. + - * / // % not # - (unary) ~ (unary) ^ -- Roberto