(define multiply (lambda (x y) (* x y))) (define (multiply x y) (* x y))