Associative array/Creation: Difference between revisions

Line 1,654:
 
(*------------------------------------------------------------------*)</lang>
 
{{out}}
<pre>$ patscc -O2 -DATS_MEMALLOC_GCBDW hashmaps-postiats.dats -lxxhash -lgc && ./a.out
map["one"] = 1
map["two"] = 2
map["three"] = 3
map["four"] = 0
Some((two, 2))
Some((one, 1))
Some((three, 3))</pre>
 
=={{header|AutoHotkey}}==
1,448

edits