lua object with multiple values code example
Example: what is a value lua
--[[ 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 ==