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