Home > Process Behavior Procedures and Reference > Process Behavior Reference > Expression Order of Evaluation

Expression Order of Evaluation

Expressions are evaluated according to the operators used and the placement of parentheses. Operations are performed from left to right in the following order:

Operator

Description

()

Parentheses. Items inside the parenthesis are evaluated first.

*,/

Multiply, Divide

+, -

Add, Subtract

<,>,<=,>=

Comparisons

&, |

Logical operators

Related Topics

Expressions