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