Function
From Coderwiki
More actions
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.