next | previous | forward | backward | up | top | index | toc | Macaulay2 website
Macaulay2Doc > The Macaulay2 language > packages > loadedPackages

loadedPackages -- the list of loaded packages

Description

The value of the variable loadedPackages is a list of the packages that have been loaded.

i1 : loadedPackages

o1 = {Macaulay2Doc, SimpleDoc, InverseSystems, ConwayPolynomials,
     ------------------------------------------------------------------------
     ReesAlgebra, TangentCone, Classic, Saturation, Elimination,
     ------------------------------------------------------------------------
     MinimalPrimes, PrimaryDecomposition, IntegralClosure, LLLBases, Core}

o1 : List

See also

For the programmer

The object loadedPackages is a list.