Chapter 14. Making Decisions Using Conditionals and Loops

Previous chapters have explored in detail the first two key concepts behind AppleScript: how information is represented as objects, and the features used to manipulate those objects (commands, operators, and variables). However, there is one more key concept that you need to grasp before you can really use AppleScript effectively: how your script can make decisions on what to do and when to do it.

In AppleScript, the ability to make decisions is what gives your script "artificial intelligence." The AppleScript language provides three important features for making these decisions:

  • Conditional statements decide whether or not a section of code should be executed.

  • Repeat statements decide how ...

Get Learn AppleScript: The Comprehensive Guide to Scripting and Automation on Mac OS X, Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.