Read Me - Common Public License V1.0 - Copyright Notice(©)

loadPackage


>>-loadPackage(name-+---------+-)----------------------------><
                    +-,source-+

Loads a package and adds it to the list of packages loaded by the package manager. If only [name] is specified, [name] identifies a file that will be located and loaded as if it had been named on a ::REQUIRES directive. If [source] is given, it must be an array of strings that is the source for the loaded package. If a package [name] has already been loaded by the package manager, the previously loaded version will be use. The resolved package object will be added to the receiving package object's dependent packages.

Read Me - Common Public License V1.0 - Copyright Notice(©)