[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Local Variable
(variable) A variable that exists and retains its value only as long as
the procedure in which it is declared is active (i.e., until the
procedure returns control to a higher-level procedure). Local variables
are lexically scoped; they are accessible by name only within the
procedure where they are declared.
See Also:
Dynamic Scoping
Lexical Scoping
Static Variable
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson