Com Sci 221/321
Programming Languages
Autumn 1999
Courses in the
Department of Computer Science
The University of Chicago
Copyright statement
Last modified: Thu Sep 23 15:16:57 CDT 1999
Glossary
Companion to the
lecture notes
for
Com Sci 221,
Programming Languages
- module:
- a fragment of a program that is formally delimited in such a
way that it may be modified and reused independently of the
remainder of the program. The most familiar example of a module
is a procedure definition.