recursion | |
Type | glossary |
Dictionary | LCS |
Library | LiveCode Script |
Synonyms | recursion,recurse,recursed,recursing,recursive |
Related | Glossary: error, handler |
Description | The process by which a handler calls itself. (Recursion is a useful programming technique, but may also occur accidentally, resulting in a script error.) |