(I'm using Lua 5.3.3) -- Get local variables with stack level 'level'. function locals(level) local variables = {} local idx = 1 while true ...
確定! 回上一頁