|
|
|
|
|
by hughbetcha
3603 days ago
|
|
To be fair, the article would be more aptly titled "Recursion without function names". In any recursion you need a way to reference the original function somehow. They're using a function parameter to accomplish that via indirection. |
|
No 'x=...'