- This wiki is out of date, use the continuation of this wiki instead
Function
From FenixWiki
(Difference between revisions)
Revision as of 13:56, 23 March 2007 (edit) Sandman (Talk | contribs) ← Previous diff |
Revision as of 13:58, 23 March 2007 (edit) (undo) Sandman (Talk | contribs) Next diff → |
||
Line 6: | Line 6: | ||
As opposed to a [[process]], a function doesn't have a [[frame]]; statement. See [[process]] for more information. | As opposed to a [[process]], a function doesn't have a [[frame]]; statement. See [[process]] for more information. | ||
+ | |||
+ | |||
---- | ---- | ||
--[[User:Sandman|Sandman]] 14:56, 23 March 2007 (CET) | --[[User:Sandman|Sandman]] 14:56, 23 March 2007 (CET) |
Revision as of 13:58, 23 March 2007
A function is a subroutine to which one or more of the following apply:
- it received parameters
- it acts on the parameters
- it processes data located elsewhere
- it returns a value
As opposed to a process, a function doesn't have a frame; statement. See process for more information.
--Sandman 14:56, 23 March 2007 (CET)