Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
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: