module
A group of related functions. If these related functions share variables,
these variables can be defined as module variables. During program execution, the
current module is the source file that contains the program block currently
being executed.
See also current, module variable, source module.