next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
Macaulay2Doc :: notify

notify -- whether to notify the user when a file is loaded

Synopsis

Description

i1 : notify = true

o1 = true
i2 : loadPackage "FirstPackage"
--database not present: /builddir/build/BUILD/M2-version-1.14.0.1/M2/BUILD/ppc64le-redhat-linux-gnu/usr-dist/powerpc64le-Linux-Fedora-32/lib/Macaulay2/FirstPackage/cache/rawdocumentation-dcba-8.db
--beginDocumentation: reading the rest of /builddir/build/BUILD/M2-version-1.14.0.1/M2/Macaulay2/packages/FirstPackage.m2
--package "FirstPackage" loaded
--loaded /builddir/build/BUILD/M2-version-1.14.0.1/M2/Macaulay2/packages/FirstPackage.m2

o2 = FirstPackage

o2 : Package

See also

For the programmer

The object notify is a Boolean value.