[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 5   STATIC Storage Class
--------------------------------------------------------------------------------

     STATIC variables are similar to LOCAL variables.  Since they do not
     come and go with function activations, however, they cannot be
     interspersed with the other contents of the Eval Stack.  Instead
     they are assigned fixed locations at one end of the Eval Stack.
     Like LOCAL variables, pushing a STATIC variable consists simply of
     copying its VALUE.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson