This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
cw4:symbol_aliasing [2021/01/08 17:30] – created Karsten75 | cw4:symbol_aliasing [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Symbol Aliasing ====== | ====== Symbol Aliasing ====== | ||
- | Many arithmetic or comparison operators can be substituted with shorthand symbols. | + | Many arithmetic or comparison operators can be substituted with shorthand symbols. |
^ Operator ^ Symbol ^ | ^ Operator ^ Symbol ^ | ||
- | | ADD | + | | + | | [[4rpl: |
- | | SUB | - | | + | | [[4rpl: |
- | | MUL | * | | + | | [[4rpl: |
- | | DIV | / | | + | | [[4rpl: |
- | | MOD | % | | + | | [[4rpl: |
- | | AND | && | + | | [[4rpl: |
- | | OR | + | | [[4rpl: |
- | | NOT | ! | | + | | [[4rpl: |
- | | POW | %%^%% | | + | | [[4rpl: |
- | | GT | + | | [[4rpl: |
- | | GTE | >=| | + | | [[4rpl: |
- | | LT | + | | [[4rpl: |
- | | LTE | <= | | + | | [[4rpl: |
- | | EQ | + | | [[4rpl: |
- | | NEQ | != | | + | | [[4rpl: |
+ |