4 lines
74 B
Text
4 lines
74 B
Text
|
|
(define multiply (lambda (x y) (* x y)))
|
||
|
|
|
||
|
|
(define (multiply x y) (* x y))
|