Horje
lua not equal Code Example
lua not equal
local state = false

if state ~= true then
	print("No")
else
	print("Yes")
end
lua operators
== -- Equal to whatever
<= -- Less than or equal to
>= -- Greater than or equal to
< -- Less than
> -- Greater Than
~= -- Doesnt equal
# -- Length of something




10

Related
lua add table to value Code Example lua add table to value Code Example
lua in pairs Code Example lua in pairs Code Example
lua string to number Code Example lua string to number Code Example
loop true childs roblox Code Example loop true childs roblox Code Example
how to get the length of a table in lua Code Example how to get the length of a table in lua Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8