Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » system facilities » notify
next | previous | forward | backward | up | index | toc

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

Description

i1 : notify = true

o1 = true
i2 : loadPackage "FirstPackage"
 -- loading FirstPackage.m2
 -- opening database ${prefix}/lib/x86_64-linux-gnu/Macaulay2/FirstPackage/cache/rawdocumentation-dcba-8.db
 -- beginDocumentation: using documentation database, skipping the rest of ${prefix}/share/Macaulay2/FirstPackage.m2
 -- package "FirstPackage" loaded
 -- loaded ${prefix}/share/Macaulay2/FirstPackage.m2

o2 = FirstPackage

o2 : Package

See also

For the programmer

The object notify is a Boolean value.


The source of this document is in Macaulay2Doc/ov_debugging.m2:258:0.