Function: Difference between revisions
From Coderwiki
More actions
new |
(No difference)
|
Latest revision as of 22:38, 9 August 2025
A function is a special type of subroutine which returns a value.
A subroutine that does not return a value is known as a procedure.
See 'Subroutine' for more information on functions.
See Function return for information about returning values from functions.