The Package class contains the source code for a package of Rexx code. A
package instance holds all of the routines, classes, and methods created from a
source code unit and also manages external dependencies referenced by ::REQUIRES
directives. The files loaded by ::REQUIRES are also contained in Package class
instances. It is a subclass of the
Object class.