Name

or — logical or

Syntax

                     boolean1 or boolean2
                  

Description

Returns false if both operands are false. If the first operand is true, the second operand won’t even be evaluated (“short-circuiting”).

Get AppleScript: The Definitive Guide 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.