CS212 Exams
Spring 1997 - Prelim
2

Environment Model


Suppose we have just executed the following code:

(define (f) 0)
(define (g) 0)

Give an expression that when evaluated will result in the environment illustrated below.

The global environment is the frame at the top with the double border.

HINT: Your expression should begin with let.




Solution

Return to CS 212 Prelim 2 - Spring 1997