0
Q:

lua value

-- Nil (no value)
-- Number => Example: 1234567890
-- String => Example: "random text"
-- Function
-- Userdata
-- Boolean (true/fanse)
-- Table
-- Thread
1
--[[ Eight types of values: nil, boolean, number string, userdata, function, 
thread, and table
nil == nothing
boolean == true or false
number == 5
string == 'fun' 'dog'
userdata == 
0

New to Communities?

Join the community