[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Static Variable
(variable) A variable that exists and retains its value for the duration
of execution. Static variables are lexically scoped; they are only
accessible within the procedure that declares them, unless they are
declared as filewide, in which case they are accessible to any procedure
in the source file that contains the declaration.
See Also:
Dynamic Scoping
Lexical Scoping
Local Variable
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson