Session 19 Hint 7

Have lambda's case add its variable declarations to the list of variable declarations we've seen so far. When we compute lexical addresses, we need to see the most recent declarations first, so cons is the perfect way to update the list of variable declarations.