Jump to content

Function (programming): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
mNo edit summary
Jerzy (talk | contribs)
Create a stub
Line 1: Line 1:
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.
#REDIRECT [[Subroutine]]
----
{{msg:stub}}

Revision as of 02:32, 28 March 2004

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.