RosettaCodeData/Task/Associative-array-Creation/AppleScript/associative-array-creation.applescript
2026-04-30 12:34:36 -04:00

2 lines
41 B
AppleScript

set r to {key1:"test", key2:0}
key1 of r