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

Content deleted Content added
m Delphi: WP:LINK update-standardize. Small WP:COPYEDITs WP:EoS WP:TERSE.
Paulbx (talk | contribs)
m Added better reference for Python dict comprehensions
Line 1,577:
</syntaxhighlight>
 
Python 2.7 and 3.x also support dictionary[https://peps.python.org/pep-0274/ dict comprehensions] (similar to [[list comprehensioncomprehensions]]), a compact syntax for generating a dictionary from any iterator:
 
<syntaxhighlight lang="python">