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

Content deleted Content added
m Correction of formating (Delphi part)
Line 212:
</source>
 
↔{{angle bracket|}}=== [[Borland Delphi|Delphi]] ===
Versions of Delphi prior to 2009 do not offer direct support for associative arrays. However, you can simulate associative arrays using TStrings object. Here's an example: