Content deleted Content added
m 11 years, 21 additional citations, and 500+ constructive edits later I remove the tag. |
→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
* [[return statement|Return]] control to the caller at the point of call
* Consume the return value in the caller
|