3 lines
45 B
Text
3 lines
45 B
Text
|
|
(define multiply
|
||
|
|
(lambda (x y) (* x y)))
|