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

4 lines
93 B
Smalltalk
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
states := Dictionary new.
states at: 'MI' put: 'Michigan'.
states at: 'MN' put: 'Minnesota'.