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


export

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

The given symbol is entered into the public area of the current package (@$s.package), making it available to other packages which 'use' this package.

If the given symbol is not already internal to the current package, it is made so.


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