PROCEDURE INVOCATION - CALLING
Place "procedure name ( actual parameter list )" anywhere in a program that a statement can appear.
- actual (and formal) parameters are not required
Actual Parameter “substituted” for corresponding Formal Parameter,
Body of Procedure “substituted” for Procedure call.