RosettaCodeData/Task/Associative-array-Creation/Smalltalk/associative-array-creation.st

4 lines
93 B
Smalltalk
Raw Permalink Normal View History

2013-04-10 14:58:50 -07:00
states := Dictionary new.
states at: 'MI' put: 'Michigan'.
states at: 'MN' put: 'Minnesota'.