RosettaCodeData/Task/Associative-array-Creation/SenseTalk/associative-array-creation....

9 lines
249 B
Plaintext

put {} into emptyPlist
put an empty property list into emptyPlist2
put {first:"Albert", last:"Einstein"} into Einstein
set Einstein's occupation to "Physicist"
put 1879 into Einstein.yearBorn
put "!!!" after the occupation of Einstein
put Einstein