Recursion

AMM / DEX

Recursion is when a function in programming calls itself, either directly or through another function, creating a loop.

Definition
Recursion is when a function in programming calls itself, either directly or through another function, creating a loop.