RosettaCodeData/Task/Associative-array-Creation/SenseTalk/associative-array-creation.sensetalk
2023-07-01 13:44:08 -04:00

8 lines
249 B
Text

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