Next: Side Effects
Up: More on Procedures
Previous: More on Procedures
  Contents
- main PROGRAM = the unit where the execution begins,
and where it eventually returns before termination.
- MODULE = ``packs'' procedures and declarations
- Procedures
- (External) SUBROUTINE = parametrized sequence of code;
- (External) FUNCTION = parametrized sequence of code
that returns a result in the function name.
Adrian Sandu
2001-08-26