Create dict: Difference between revisions

40 bytes added ,  2 years ago
uniqueness of keys
(atom extension)
(uniqueness of keys)
Line 2:
 
The '''create dict''' primitive, a.k.a. '''map''', takes two lists of equal length and makes a [[dictionary]] using the left argument as keys, and the right argument as the values.
Uniqueness of the keys is not enforced.
 
<pre>