lua comment ajouter quelque chose à une table

foo = {}
table.insert(foo, "bar")
table.insert(foo, "baz")
Graceful Gull