{"name":"record","info":"In AppleScript, an unordered collection of properties identified by unique labels, enclosed by brackets. Record is an AppleScript value class. For example:<br><br>\n\n<code><pre>{height: 72.5, age: 25, hair: \"black\"}\n<\/pre><\/code>where <code>height<\/code>, <code>age<\/code>, and <code>hair<\/code> are property names and <code>72.5, 25,<\/code> and <code>\"black\"<\/code> are values."}