aboutsummaryrefslogtreecommitdiffstats
path: root/test/scripts/hash-map1.milch
blob: ed61ec052a1f3b0f77f8f66454275701b787e155 (plain)
1
2
3
4
5
6
(let a "foo")

(eq?
    { a 1 :b 2 }
    ; equivalent to
    (hash-map [a 1 :b 2]))