26 lines
193 B
Plaintext
26 lines
193 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
|
|
: |