recursion

Typeglossary
DictionaryLCS
LibraryLiveCode Script
Synonymsrecursion,recurse,recursed,recursing,recursive
RelatedGlossary: 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.)