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: /home/charles/local/src/Macaulay2/release-branches/1.5/M2/BUILD/boyd/builds.tmp/debian32/StagingArea/i386-Linux-Debian-6.0/lib/Macaulay2/i386-Linux-Debian-6.0/FirstPackage/cache/rawdocumentation-dcba-4.db
--beginDocumentation: reading the rest of /home/charles/local/src/Macaulay2/release-branches/1.5/M2/Macaulay2/packages/FirstPackage.m2
--package "FirstPackage" loaded
--loaded /home/charles/local/src/Macaulay2/release-branches/1.5/M2/Macaulay2/packages/FirstPackage.m2

o2 = FirstPackage

o2 : Package

See also

For the programmer

The object notify is a Boolean value.