+ - \ / % * | & = ¬ > <
and the sequences
>= <= \> \< \= >< <> == \== // &&
|| ** ¬> ¬< ¬= ¬== >> << >>= \<<
¬<< \>> ¬>> <<= indicate operations
(see Section 1.11.2, “Operators”).
A few of these are also used in parsing templates, and the equal sign
and the sequences += -= *= /= %= //= ||= &= |= &&= **=
are also used to indicate assignment.
Whitespace characters and standard Rexx comments adjacent to operator
characters and within operator character sequences are ignored.
Therefore, the following are identical in meaning:
345>=123
345 >=123
345 >= 123
345 > = 123
345 >/*not smaller*/ = 123
| ) or a split vertical bar ( ¦ ).
The character on the screen might not match the character engraved on the
key. If you receive error 13,
Invalid character in program, on
an instruction including a vertical bar character, make sure this character
is ASCII 124.¬)
character is synonymous with the backslash
(\). You can
use the two characters interchangeably according to availability and personal
preference.'AA'x) and ASCII
character 172 ('AC'x) for the logical NOT operator. Depending on your country,
the ¬ might not appear on your keyboard. If the character is not available,
you can use the backslash (\) in place of ¬.