Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

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 == 
 
PREVIOUS NEXT
Tagged: #lua
ADD COMMENT
Topic
Name
6+5 =