Anonymous recursion: Difference between revisions

Switch from draft to complete task
(→‎{{header|Tcl}}: some descriptive text)
(Switch from draft to complete task)
Line 1:
{{draft task|Control Structures}}
While implementing a recursive function, it often happens that we must resort to
a separate "helper function" to handle the actual recursion.
Anonymous user