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

Content deleted Content added
m PostScript: <source lang="postscript">
Line 1,183:
Associative arrays in [[SNOBOL]] are called Tables.
 
<source lang=Text"snobol">
PHONEBOOK = TABLE()
PHONEBOOK['Sally Smart'] = '555-9999'