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"
--opened database: /home/dan/src/M2/trunk/BUILD/dan/builds/ubuntu32/StagingArea/i686-Linux-Ubuntu-8.10/lib/Macaulay2/FirstPackage/cache/rawdocumentation-dcba-4.db
--beginDocumentation: using documentation database, skipping the rest of ../../../../../../Macaulay2/packages/FirstPackage.m2
--package "FirstPackage" loaded
--loaded ../../../../../../Macaulay2/packages/FirstPackage.m2

o2 = FirstPackage

o2 : Package

See also

For the programmer

The object notify is a Boolean value.