not equal
- Operator
-
not equal
-
support for the
≠
character was added in 1.67 -
Examples:
put 3 <> 5 --> True
-
Synonyms: isn’t, isn’t equal, is not equal to, does not equal, is not the same as
-
Related: =, isn’t
-
not equal
support for the ≠
character was added in 1.67
Examples:
put 3 <> 5 --> True
Synonyms: isn’t, isn’t equal, is not equal to, does not equal, is not the same as
Related: =, isn’t