Comparison of programming languages (associative array): Difference between revisions

Content deleted Content added
m Cobra: {{sxhl}}
Tag: nowiki added
Line 1,744:
In [[Smalltalk]] a <code>Dictionary</code> is used:
 
<syntaxhighlight lang="malltalksmalltalk">
phonebook := Dictionary new.
phonebook at: 'Sally Smart' put: '555-9999'.