hy/tests/lang/colls.hy

6 lines
101 B
Hy

(defn test-map-index []
({"foo" "bar"} "foo"))
(defn test-list-index []
(["first" "second"] 1))