[CS Dept logo]

Glossary

Companion to the lecture notes for Com Sci 221, Programming Languages

Last modified: Mon Jan 2 22:48:09 1995


Comments on the glossary
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.