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>6 memvar storage class</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 6   MEMVAR Storage Class
--------------------------------------------------------------------------------

     MEMVAR is the storage class of PRIVATE and PUBLIC variables.  These
     variables are more complex than LOCAL or STATIC variables because
     they consist of more than just a VALUE: they also have an
     associated symbolic name that allows them to be referred to by name
     during execution (e.g., in macros).  MEMVAR variables are stored in
     a dedicated virtual memory segment.  Pushing a MEMVAR involves
     locating the VALUE that is currently associated with the variable's
     name and copying that VALUE onto the Eval Stack.

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