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 . Release Notes - <b>5 static storage class</b> http://www.X-Hacker.org [<<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.

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