Associative array/Merging: Difference between revisions

Content added Content deleted
Line 1,188: Line 1,188:


=={{header|Smalltalk}}==
=={{header|Smalltalk}}==
<lang smalltalk></lang>
<lang smalltalk>base := Dictionary withAssociations:{
base := Dictionary withAssociations:{
'name'-> 'Rocket Skates' .
'name'-> 'Rocket Skates' .
'price' -> 12.75 .
'price' -> 12.75 .