(* 3 (+ 1 2)) (* 3 (+ 1 2) ) (1 2) (1 2 . 3) 2 'hi (if (= x 3) (+ x 2) (+ x 4)) (lambda (y) (* y y)) (define (f z) (+ z 5)) (+ 2 4) (quote (+ 1 2)) ‘(+ 1 2) (define x 4) (define (f x y) (+ (* x x) (* y y)) (lambda (x y) (+ (* x x) (* y y))