PROCEDURE - A sequence of steps which can be given and <IDENTIFIER> and called to execute step sequence
Amend Step-wise pyramid program to use instead procedures for each section
FUNCTION - A sequence of steps which can be given and <IDENTIFIER> and when called returns a single value
LOCAL VARIABLE - A variable only accessible inside a certain module
GLOBAL VARIABLE - Accessible from anywhere in the program