Suppose we evaluate the following expressions: (define pizza (make-thing 'pizza robot-lab)) (ask pizza 'set-owner holly)
At some point in the evaluation of the second expression, the expression (set! owner new-owner) will be evaluated in some environment. Draw an environment diagram, showing the full structure of pizza at the point where this expression is evaluated. Don't show the details of holly or robot-lab-just assume that holly and robot-lab are names defined in the global environment that point off to some objects that you draw as blobs.