subroutine

Typeglossary
DictionaryLCS
LibraryLiveCode Script
Synonymssubroutine
RelatedGlossary: statement, LiveCode, handler
Description

A set of program statements, with a name, that performs a particular task. The subroutine can be called from other routines.

In LiveCode, routines are called handlers.