scoping

     

In computer programming, scope is an enclosing context where values an expressions are associated. Various programming languages have various types of scopes. The type of scope determines what kind of entities it can contain and how it affects them -- or semantics. Scopes can:

Found pages about scoping