CS 3304: Comparative Languages
Names and Binding
[
Course Documents
] : [
Names and Binding
]
Previous
Contents
Next
Keyword Index
Dynamic Scope
Based on calling sequences of program units, not their textual layout (temporal versus spatial)
References to variables are connected to declarations by searching back through the chain of subprogram calls that forced execution to this point
Effectively, searching "downward" through the call stack looking for an activation record possessing the declaration