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