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

Content deleted Content added
Ruby: ed
Line 11:
 
<source lang="text">
phonebook["[[Sally Smart]]"] = "555-9999"
phonebook["[[John Doe]]"] = "555-1212"
phonebook["[[J. Random Hacker]]"] = "555-1337"
</source>