Arbortext Command Language > Commands > package
  
package
package [packagename]
 
This command declares the name of a package when used at the top of a command file. Packages let you declare global variables and functions whose name space is localized to one or more command files.
Example
package myapp
Related Topics
Packages