2 lines
45 B
Common Lisp
2 lines
45 B
Common Lisp
(define multiply
|
|
(lambda (x y) (* x y)))
|
(define multiply
|
|
(lambda (x y) (* x y)))
|