Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 22:38, 9 August 2025 by Dylan (talk | contribs) (new)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.