Arbortext Command Language > Using the Arbortext Command Language > Expression Operator Precedence
  
Expression Operator Precedence
Expressions are built using the following operators, which are listed in increasing order of precedence (grouping operators have highest precedence; assignment operators have lowest). Within each table, the operators have equal precedence.
 
Assignment operators
Conditional expression operator
Conditional Logical “or” operator
Logical “and” operator
Array membership operator
Bitwise “or” operator
Bitwise “xor” operator
Bitwise “and” operator
Relational operator
Shift operators
Addition, subtraction, and string concatenation operators
Multiplication, division, and remainder operators
Unary minus operator
Logical negation operator
Bitwise negation operator
Increment operator
Decrement operator
Grouping operator