Concatenation of tables in Lua
问题 ORIGINAL POST Given that there is no built in function in Lua, I am in search of a function that allows me to append tables together. I have googled quite a bit and have tried every solutions I stumbled across but none seem to work properly. The scenario goes like this: I am using Lua embeded in an application. An internal command of the application returns a list of values in the form of a table. What I am trying to do is call that command recursively in a loop and append the returned values