Operator precedence: Difference between revisions

Content added Content deleted
(Added Quackery)
m (→‎{{header|Phix}}: compilation error note)
Line 1,674: Line 1,674:
| { , , , }
| { , , , }
|}
|}
Parenthesis is required to mix and/or/xor in an expression.
Parenthesis is required to mix and/or/xor in an expression, without said you get a compilation error because the compiler refuses to guess what you actually mean.


=={{header|PHP}}==
=={{header|PHP}}==