Quick Links
:
recursion
recursion
A process in which a function or subroutine directly or indirectly calls itself to accomplish a task. The recursive function or subroutine continues until an external event interrupts it or until a specified condition occurs.
Related terms
event
,
function
,
process
,
subroutine