This article is tagged with:
Lua print contents of table
and lua
lua print contents of table
for k,v in pairs(table) do
print(v)
end