array vs dictionary lua code example
Example 1: lua list of all keys
-- This is a list of how to write all the keys in Lua:
https://github.com/me2d13/luamacros/wiki/List-of-Keys
Example 2: lua empty table
for k,v in pairs(table) do
table.remove(table, k)
end