Basics of AppleScript

Conditional Statements

Life is full of if and else. If this then that. Programming and Scripting allow us to add in our own if-else blocks. But here we decide the conditions. Before proceeding with the if...else blocks, let's go through the relation operators which are at our disposal.