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

Content deleted Content added
No edit summary
FoxPro: fix syntaxhighlight error
Line 459:
[[Visual FoxPro]] implements mapping with the Collection Class.
 
<syntaxhighlight lang="visualfoxprofoxpro">
mapping = NEWOBJECT("Collection")
mapping.Add("Daffodils", "flower2") && Add(object, key) – key must be character