Tail call in Lua must have the following form return fct(args). So your tail call version must be rewritten as:
確定! 回上一頁