[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Confused about proper tail calls
- From: RLake@...
- Date: Mon, 29 Sep 2003 20:53:31 -0500
> Where main() -- the main chunk -- made a tail call to factorial(). Why
is it that I don't see
factorial(3) is not a tail call
return factorial(3) is a tail call