Subroutines - Functions
Revision as of 12:34, 15 December 2016 by Daddy Scarce (talk | contribs)
Subroutines
A set of instructions designed to perform a frequently used operation within a program. This makes it easy to repeat code.
Example
Every time greeting() is written the program runs the greeting subroutine.