RosettaCodeData/Task/Hash-from-two-arrays/Smalltalk/hash-from-two-arrays-3.st
2023-07-01 13:44:08 -04:00

1 line
65 B
Smalltalk

Dictionary withAssociations:{ 'one'->1 . 'two'->2 . 'three'->3 }