Lua, wie man einem Tisch etwas hinzufügt
foo = {}
table.insert(foo, "bar")
table.insert(foo, "baz")
Graceful Gull
foo = {}
table.insert(foo, "bar")
table.insert(foo, "baz")