Tail recursion. When the last thing a function (or procedure) does is to call itself. Such a function is called tail recursive. A function may make several ...
確定! 回上一頁