2 lines
59 B
Clojure
2 lines
59 B
Clojure
;; shortcut syntax for a function
|
|
(map #(* % %) [1 2 3 4])
|
;; shortcut syntax for a function
|
|
(map #(* % %) [1 2 3 4])
|