Functions Index :: D :: DefinePackage

[<< up one level]

Module:

:: loader

Definition:

DefinePackage(string library, string package)

Description:

Defines the (visible to loader) global variables that identify the package.

Arguments:

library: The name of the library where the module belongs.

package: The name of the package where the module belongs.[1]

Notes and conditions on arguments relations:

The function is designed to be run as a "macro" ie not to assign its return value to a variable (it returns last).

Examples:

DefinePackage("avslib", "debug")

 

[<< top]

 


[1]: The package may be further divided to an unlimited hierarchy of subpackages, if each level is separated by the "/" (slash) character.

Each slash character corresponds to a path separator in the underlying OS, thus to a nested subfolder in the package tree.

The following examples illustrate the concept: