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).