User Tools

Site Tools


01_user_documentation:07_rgg_xl:02_xl:09_java_addition:operator

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
01_user_documentation:07_rgg_xl:02_xl:09_java_addition:operator [2025/08/20 10:32] – removed - external edit (Unknown date) 127.0.0.101_user_documentation:07_rgg_xl:02_xl:09_java_addition:operator [2025/08/20 10:32] (current) – ↷ Links adapted because of a move operation gaetan
Line 1: Line 1:
 +====== 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}}