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

9 lines
249 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
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