5 lines
180 B
Text
5 lines
180 B
Text
;; Dropping distracting "skip last" requirement
|
|
;; (not implemented in original Elisp either).
|
|
(mapcar 'call
|
|
(mapcar (lambda ()
|
|
(lambda () (* x x))) '(1 2 3 4 5 6 7 8 9 10)))
|