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

Content deleted Content added
m Correction of formating (Delphi part)
briefly mention yet another language
Line 934:
</source>
 
=== [[PostScript]] ===
In [[PostScript]], associative arrays are called dictionaries. In Level 1 PostScript they must be created explicitly, but Level 2 introduced direct declaration using the double-brace syntax:
 
<code>
Line 995:
% remove something
MyDict /rouge undef</code>
 
== Prolog ==
 
Some versions of [[Prolog]] include "dicts".<ref>
[http://www.swi-prolog.org/pldoc/man?section=dicts "Dicts: structures with named arguments"].
</ref>
 
=== [[Python (programming language)|Python]] ===