Function (programming): Difference between revisions
Appearance
Content deleted Content added
Create a stub |
hr out since msg is in nice italics |
||
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. |
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. |
||
---- |
|||
{{msg:stub}} |
{{msg:stub}} |
Revision as of 02:39, 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.