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

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/dan/M2/1.3.1/BUILD/dan/builds.tmp/ubuntu32.production/StagingArea/i386-Linux-Ubuntu-9.10/lib/Macaulay2/i386-Linux-Ubuntu-9.10/FirstPackage/cache/rawdocumentation-dcba-4.db
--beginDocumentation: reading the rest of /home/dan/M2/1.3.1/Macaulay2/packages/FirstPackage.m2
--package "FirstPackage" loaded
--loaded /home/dan/M2/1.3.1/Macaulay2/packages/FirstPackage.m2

o2 = FirstPackage

o2 : Package

See also

For the programmer

The object notify is a Boolean value.