First page
Back
Continue
Last page
Graphics
Procedures
No return value.
Define with void as the type.
Called by putting the procedure name on a line by itself (no assignment operator).
proc ( 12, 14 );
C++ just calls these functions.