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

Content deleted Content added
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags
m [[Python (programming language)|Python]]: clean up, typo(s) fixed: For example → For example,
Line 1,536:
</syntaxhighlight>
 
Strictly speaking, a dictionary is a super-set of an associative array since neither the keys or values are limited to a single datatype. One could think of a dictionary as an ''associative list'' using the nomenclature of Python. For example, the following is also legitimate:
 
<syntaxhighlight lang=Python>