Operator Precedence and Parentheses

Designer Administrator
This manual is in pilot operation.

The precedence of operations is as follows. Additionally, you can specify the order of operations by enclosing parts of the expression in parentheses.

  1. IF statements

  2. +, - (as unary operators)

  3. *, /

  4. +, - (as arithmetic operators)

  5. &

  6. =, <>, >=, < =, >, <

  7. NOT

  8. AND

  9. OR