5 lines
67 B
Text
5 lines
67 B
Text
|
|
(defun g (x)
|
||
|
|
(lambda (y)
|
||
|
|
(lambda (z)
|
||
|
|
(* (+ x y) z))))
|