end | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Marks the end of a handler. |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: end switch, end try, end if, end repeat Constant: EOF Glossary: keyword, handler, control structure Control Structure: pass, on, setProp, getProp, function |
Description | Use the end keyword to end an on, function, getProp, or setProp control structure. The last line of a handler of any kind always begins with the end keyword, followed by the name of the handler. |