Operators Operator Standard form Alternative form(s) string concatenation || !! not equal to <> /=, !=, ^= less than or equal to <= ^> greater than or equal to >= ^<
||
!!
<>
/=, !=, ^=
<=
^>
>=
^<