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

     FUNCTION declarations have been enhanced in several ways:

     1. STATIC FUNCTION:  The ability to declare a STATIC FUNCTION
        limits the scope of the function to the (.prg) file where it is
        defined.

     2. Parameters:  Formal parameters may be declared as part of the
        FUNCTION 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 FUNCTION
        definition.

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