26 lines
184 B
Plaintext
26 lines
184 B
Plaintext
# the equals token:
|
|
==
|
|
|
|
# the not equals token:
|
|
~=
|
|
|
|
# the logical not operator
|
|
~
|
|
|
|
# less or equal
|
|
<=
|
|
|
|
# less than
|
|
<
|
|
|
|
# greater or equal
|
|
>=
|
|
|
|
# greater than
|
|
>
|
|
|
|
# assignment
|
|
:=
|
|
|
|
# colon
|
|
: |