Function (computer programming): Difference between revisions

Content deleted Content added
m 11 years, 21 additional citations, and 500+ constructive edits later I remove the tag.
Corrado72 (talk | contribs)
General characteristics: amendend a slight error
Line 177:
* Specify a return value in the function body
* Call a function
* Provide [[actual parameters]] that correspond to a called function's actualformal parameters
* [[return statement|Return]] control to the caller at the point of call
* Consume the return value in the caller