Sedona XPRESSion Evaluator Reference Guide

Operator Precedence

Expressions need not be fully parenthesized. The XPRESSion Evaluator uses the following standard precedence rules to resolve any ambiguities. The list proceeds from highest precedence to lowest.

Operator Description
^ exponentiation
+ - ! unary: positive, negative, logical not
* / multiplication, division
+ - addition, subtraction
< > <= >= less than, greater than, less than or equal, greater than or equal
!= inequality
&& logical and
|| logical or