Hash from two arrays: Difference between revisions

Content added Content deleted
No edit summary
Line 396: Line 396:


=={{header|Arturo}}==
=={{header|Arturo}}==
<lang rebol>h: dictionary.raw flatten combine [a b c d] [1 2 3 4]
<lang rebol>h: dictionary.raw flatten couple [a b c d] [1 2 3 4]
print h</lang>
print h</lang>