Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>procedure </b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Procedure 


   . A procedure is any executable block of code.  In Clipper, this can
     be a program file (.prg), a format file (.fmt), an explicitly
     declared procedure (PROCEDURE), or an explicitly declared
     user-defined function (FUNCTION).


   . Any executable block of code beginning with the statement PROCEDURE
     <procedure name>.  A procedure can be invoked using a DO statement
     or function-calling syntax.

     Note: Memory variables arguments passed with DO are passed by
     reference by default, where function-calling syntax passes by value
     by default.


See Also: Function Parameter

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