Proper Tail Calls Another interesting feature of functions in Lua is that Lua does tail-call elimination. (This means that Lua is properly tail recursive, ...
確定! 回上一頁