Answers for "what is a value lua"

Lua
0

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 ==
Posted by: Guest on August-02-2020

Browse Popular Code Answers by Language