14 lines
385 B
Text
14 lines
385 B
Text
{{omit from|BASIC}} <!-- Does not have hash tables or other map structures. -->
|
|
{{omit from|PowerBASIC}}
|
|
{{omit from|TI-83 BASIC}}
|
|
{{omit from|TI-89 BASIC}}
|
|
|
|
;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>
|