2 lines
45 B
Text
2 lines
45 B
Text
; apply a named function
|
|
(map inc [1 2 3 4])
|
; apply a named function
|
|
(map inc [1 2 3 4])
|