RosettaCodeData/Task/Associative-array-Creation/AppleScript/associative-array-creation.applescript

3 lines
41 B
AppleScript
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
set r to {key1:"test", key2:0}
key1 of r