What does operator ~= mean in Lua?
The operator ~= is exactly the negation of equality (==).
See docs.
the ~=
is not equals
It is the equivalent in other languages of !=
The operator ~= is exactly the negation of equality (==).
See docs.
the ~=
is not equals
It is the equivalent in other languages of !=