next | previous | forward | backward | up | top | index | toc | directory | Macaulay 2 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: /mike-raid/home/dan/src/M2/1.2/BUILD/dan/builds/ubuntu64/StagingArea/x86_64-Linux-Ubuntu-8.04.1/lib/Macaulay2/FirstPackage/cache/rawdocumentation-dcba-8.db
--beginDocumentation: reading the rest of /home/dan/src/M2/1.2/Macaulay2/packages/FirstPackage.m2
--package "FirstPackage" loaded
--loaded /home/dan/src/M2/1.2/Macaulay2/packages/FirstPackage.m2

o2 = FirstPackage

o2 : Package

See also

For the programmer

The object notify is a Boolean value.