26 lines
124 B
Plaintext
26 lines
124 B
Plaintext
# Grouped operators
|
|
and
|
|
not
|
|
or
|
|
xor
|
|
div
|
|
mod
|
|
:=
|
|
<>
|
|
<=
|
|
>=
|
|
|
|
# Single operators
|
|
%
|
|
~
|
|
&
|
|
|
|
|
!
|
|
=
|
|
<
|
|
>
|
|
+
|
|
-
|
|
*
|
|
/
|