Basics of AppleScript

Declaring Records

Script [8.1.1]: set propertyName to {myAge:20}

Explanation: propertyName is the name of record. And it contains the property myAge. Make sure the properties inside record cannot have space that is, we cannot write myAge as my Age.