Other Features and Language Elements
So far, you've been introduced to the key elements of the AppleScript language, including statements, objects, commands, expressions, and script objects.
The reference section of this guide discusses these elements in more detail
and describes how to use them in scripts. Before you continue to the reference section, however, you'll need to know about a few additional elements
and features of the AppleScript scripting language that are not described in
the reference:
- continuation characters
- comments
- identifiers
- case sensitivity
- abbreviations
- compiling scripts
Subtopics
- Continuation Characters
- Comments
- Identifiers
- Case Sensitivity
- Abbreviations
- Compiling Scripts With the Script Editor