2 lines
63 B
Text
2 lines
63 B
Text
; apply a parameterised closure
|
|
(map (fn x (+ x 1)) [1 2 3 4])
|
; apply a parameterised closure
|
|
(map (fn x (+ x 1)) [1 2 3 4])
|