[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Dynamic Scoping
(variable) A method of determining an item's existence or visibility
based on the state of a program during execution. Example: A CA-Clipper
public variable may or may not be visible within a particular function,
depending on whether the variable has been created and whether a
previously called function has obscured it by creating a private
variable with the same name.
See Also:
Lexical Scoping
Scope
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson