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