# the equals token: == # the not equals token: ~= # the logical not operator ~ # less or equal <= # less than < # greater or equal >= # greater than > # assignment := # colon :