lexically scoped
Definition from Wiktionary, the free dictionary
[edit] English
[edit] Adjective
lexically scoped (not comparable)
- (programming) Having the scope of an identifier limited to the block of source code text that declares it -- in the case of variables, or defines it -- in the case of functions.