What is ~ used for
~
It's used for "not equal to".
if Blah ~= OtherBlah then
1
local
blah
=
"blah
2
3
if
blah ~
blarg
then
4
print
(
"~= means not equal to, as shown in this example."
)
5
end