In Lua, except that table is passed by reference, the rest are basically passed by value. So when you print a table directly, what you see is a pointer type data. On the one hand, you cannot copy
In Lua, except that table is passed by reference, the rest are basically passed by value. So when you print a table directly, what you see is a pointer type data. On the one hand, you cannot copy