forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathend.lcdoc
More file actions
23 lines (13 loc) · 707 Bytes
/
Copy pathend.lcdoc
File metadata and controls
23 lines (13 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Name: end
Type: keyword
Syntax: end
Summary: Marks the end of a <handler>.
Introduced: 1.0
OS: mac,windows,linux,ios,android
Platforms: desktop,server,web,mobile
Example:
end thisFunction
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>.
References: end switch (keyword), end try (keyword), end if (keyword), end repeat (keyword), EOF (constant), pass (control_st), on (control_st), setProp (control_st), getProp (control_st), function (control_st), keyword (glossary), handler (glossary), control structure (glossary)