Order of Precedence

The order in which operators (arithmetic, relational, logical, and special function) are evaluated in a command statement. Operators that have a higher precedence are evaluated before operators which are at a lower precedence. If all the operators in the statement have equivalent precedence levels, then the operators are evaluated from left to right.