[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Procedure

     (procedure and function) An executable block of code with an assigned
     name.  Alternately, the collection of source code statements that define
     a procedure.  In CA-Clipper, this can be a source file (.prg), a format
     file (.fmt), an explicitly declared procedure (PROCEDURE), or an
     explicitly declared function (FUNCTION).

     The terms procedure and function are generally interchangeable.  By
     convention, a function returns a value, while a procedure does not.


See Also: Activation Function Parameter
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson