01_user_documentation:07_rgg_xl:02_xl:01_specification
XL Language specification
The complete specification can be found at https://manual.grogra.de/de.grogra.xl/. Elements of this section highlight some parts of the specification used in other part of the wiki.
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.
01_user_documentation/07_rgg_xl/02_xl/01_specification.txt · Last modified: 2025/08/19 13:20 by gaetan
