Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . The Guide To CA-Clippe - <b>dynamic scoping</b> http://www.X-Hacker.org [<<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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson