Operator Precedence and Parentheses
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.
-
IF
statements -
+, - (as unary operators)
-
*, /
-
+, - (as arithmetic operators)
-
&
-
=, <>, >=, < =, >, <
-
NOT
-
AND
-
OR