Functions in Lua can return multiple results. For example: function triple(x) return x, x, x end. When calling a function, to save these values, ...
確定! 回上一頁