next | previous | forward | backward | up | top | index | toc | Macaulay2 website
Macaulay2Doc > The Macaulay2 language > creating a package > exportFrom

exportFrom -- export symbols from a package's private dictionary

Synopsis

Description

This function can be used to export specific symbols from the private dictionary of another package.

i1 : exportFrom_Core {"HTML"}

o1 = {HTML}

o1 : List

See also

Ways to use exportFrom :

For the programmer

The object exportFrom is a method function.