2 lines
41 B
AppleScript
2 lines
41 B
AppleScript
set r to {key1:"test", key2:0}
|
|
key1 of r
|
set r to {key1:"test", key2:0}
|
|
key1 of r
|