RosettaCodeData/Task/Associative-array-Creation/00DESCRIPTION

12 lines
216 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;Task:
The goal is to create an [[associative array]] (also known as a dictionary, map, or hash).
2013-04-10 14:58:50 -07:00
Related tasks:
* [[Associative arrays/Iteration]]
* [[Hash from two arrays]]
2013-10-27 22:24:23 +00:00
2016-12-05 22:15:40 +01:00
2013-10-27 22:24:23 +00:00
{{Template:See also lists}}
2016-12-05 22:15:40 +01:00
<br><br>