lua print contents of table code example Example: lua print contents of table for k,v in pairs(table) do print(v) end