Tail -recursion is when the last thing a procedure does is to call itself. Tail-call is more general: it's when the last thing a procedure does is to call ...
確定! 回上一頁