RosettaCodeData/Task/Hash-from-two-arrays/00-TASK.txt

11 lines
230 B
Plaintext

;Task:
Using two Arrays of equal length, create a Hash object
where the elements from one array (the keys) are linked
to the elements of the other (the values)
;Related task:
*   [[Associative arrays/Creation]]
<br><br>