Procedure

From Free Pascal wiki
Revision as of 07:35, 22 July 2005 by Rfc1394 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

A procedure is a declaration of a routine which may be invoked from within the unit that declares it, from outside the unit if the procedure is public, or from within a program, and the routine does not return a value as part of its definition. A procedure that does return a value as part of its definition is a function.