====== Operators ====== The XL programming language defines several new operators, including arrow operators whose main purpose is to be used within production statements and which have no built-in meaning, i. e., they always refer to operator methods. The new operators ''a ** b'', ''a %%<=>%% b'' and ''`a`'' have a built-in semantics which is described in the following. A complete list of all operators including their precedence is given [[:01_user_documentation:07_rgg_xl:02_xl:01_specification:xl_operators|there]]. ===== ===== {{namespace>01_user_documentation:07_rgg_xl:02_xl:09_java_addition:operator}}