8 lines
249 B
Text
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
|