Hash join: Difference between revisions

(→‎{{header|AppleScript}}: {{Trans|JavaScript}})
Line 125:
 
Native AppleScript records lack introspection, but from Yosemite onwards we can read and write them a little more flexibly through the Foundation classes.
The vertical bars distinguish AppleScript reserved words ('''name''' and '''character''' here) from field name literal strings.
 
<lang AppleScript>use framework "Foundation" -- Yosemite onwards, for record-handling functions
9,655

edits