Here is an implementation of a locals() function. It will return a table of locals from the calling scope: function locals() local variables = {} local idx ...
確定! 回上一頁