Jump to content

Function (programming)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jerzy (talk | contribs) at 02:32, 28 March 2004 (Create a stub). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computer programming, a function is subroutine whose invocation is normally made within an expression, and whose completion results in providing a value to be used (in those normal situations) in the evaluation of the expression.