This article is tagged with:
Append to table lua
and lua
append to table lua
foo = {}
table.insert(foo, "bar")
table.insert(foo, "baz")