;; 5.2 Context (deftest test-let*() (check (eql 3 (let* ((x 1) (y (+ x 1))) (+ x y)))))