XL Operators

Exhaustive list of operators available in XL. The operators are grouped by horizontal lines, operators within one group share the same precedence. The exponentiation operator ** and all assignment operators are syntactically right-associative (e. g., a ** b ** c means a ** (b ** c)), all other binary operators are left-associative. The rules for precedence and associativity follow the Java, C and Perl programming languages.

The image comes from Ole phD manuscript. If you want a better quality.