/
Lua Tables
Lua Tables
Tables are the only built in ‘complex’ data type in Lua. This refers to their ability to function both as arrays (lists) and dictionaries (key-value pairs).
, multiple selections available,
Related content
Lua tables as dictionaries
Lua tables as dictionaries
More like this
The core types of Lua
The core types of Lua
More like this
Meta tables
Meta tables
More like this
Example code showing the eight basic types in Lua
Example code showing the eight basic types in Lua
More like this
The core eight types in Lua.
The core eight types in Lua.
More like this
Using a table as a function argument
Using a table as a function argument
More like this