•
Code of inner function can access
variables in a
lexically
outer function
•
Frames matching lexical structure must
be linked together
–
Each frame has a static link to the frame of
the function
statically
or
lexically
enclosing it
•
Read up – P138