lua table table.insert code example Example: lua how to add something to a table foo = {} table.insert(foo, "bar") table.insert(foo, "baz")