Go to the first, previous, next, last section, table of contents.


usePackage

Function: usePackage { package -> }
file: job.t
package: muf
status: alpha

Package may be a name or package; If it is not already "used" by the current package -- that is, if it is not in @$s.package$s.usedPackages -- it is added.

This has the effect of making all symbols exported by package visible inside the current package.


Go to the first, previous, next, last section, table of contents.