lua sol append function to table code example Example: append to table lua foo = {} table.insert(foo, "bar") table.insert(foo, "baz")