6 lines
101 B
Hy
6 lines
101 B
Hy
|
(defn test-map-index []
|
||
|
({"foo" "bar"} "foo"))
|
||
|
|
||
|
(defn test-list-index []
|
||
|
(["first" "second"] 1))
|