1local state = false
2
3if state ~= true then
4 print("No")
5else
6 print("Yes")
7end
1== -- Equal to whatever
2<= -- Less than or equal to
3>= -- Greater than or equal to
4< -- Less than
5> -- Greater Than
6~= -- Doesnt equal
7# -- Length of something