Macaulay2 » Documentation
Packages » Macaulay2Doc > The Macaulay2 language > creating a package > exportFrom
next | previous | forward | backward | up | index | toc

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.