DekGenius.com
[ Team LiB ] Previous Section Next Section

6.6 The

AppleScript allows you to use the word the before almost anything. This is pure syntactic sugar, and I never use it. For example, this is perfectly legal:

set the x to the 9
display dialog the (get the the the the x + the 1)

Now, really.

    [ Team LiB ] Previous Section Next Section