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