This commit is contained in:
Erik Svedäng 2017-06-30 08:33:53 +02:00
parent 1c6846729d
commit fbbe4d9c84

View File

@ -13,4 +13,4 @@
(defn main []
(let [stuff [1 2 3 4 5]
after (emap square stuff)]
(println (ref (str &after)))))
(println (refstr &stuff))))