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

Content deleted Content added
Python: copy editing, linking, etc.
Python (programming language)|Python: correcting section heading and linking
Line 1,493:
Some versions of [[Prolog]] include dictionary ("dict") utilities.<ref>[http://www.swi-prolog.org/pldoc/man?section=dicts "Dicts: structures with named arguments"]</ref>
 
===Python (programming language)|Python===
In [[Python (programming language)|Python]], associative arrays are called "[[Python syntax and semantics#Collection types|dictionaries]]". Dictionary literals are delimited by curly braces:
 
<syntaxhighlight lang=Python>