The old glossary joke that never gets old:
Recursion, n. See recursion
Recursion is a technique where a function calls itself. It should have some stopping condition, otherwise the recursion could happen infinitely. Mathematically, that is OK - ima...