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>137 new: procedure</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 137 NEW: PROCEDURE
--------------------------------------------------------------------------------

     PROCEDURE declarations have been enhanced in several ways:

     1. STATIC PROCEDURE:  The ability to declare a STATIC PROCEDURE
        limits the scope of the procedure to the .prg file where it is
        defined.

     2. Parameters:  Formal parameters may be declared as part of
        the PROCEDURE definition by enclosing the variable names in
        parentheses following the function name.

     3. Variable declarations:  FIELD, LOCAL, MEMVAR and STATIC
        variable declarations may be made as part of the PROCEDURE
        definition.

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