filmov
tv
Data Types in Lua : Lua Tutorial Series #3

Показать описание
Lua is a dynamic programming language. In lua variable are assigned value directly without declaration.
Value assigned to variable will decide type of that variable. In lua there are following data types
nil, boolean, number, string, table, function, userdata, thread
Value assigned to variable will decide type of that variable. In lua there are following data types
nil, boolean, number, string, table, function, userdata, thread