lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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