The file PACKAGENAME.m2 should be on the load path and should contain a package named PACKAGENAME.
If the variable notify is set to true, then an informational message is displayed after the file is loaded.
i1 : notify = true o1 = true |
i2 : loadPackage "FirstPackage" --database not present: /home/mandrake/rpm/BUILD/Macaulay2-1.2/StagingArea/i686-Linux-2.6.22.18-server-1mdv/lib/Macaulay2/FirstPackage/cache/rawdocumentation-dcba-4.db --beginDocumentation: reading the rest of ../FirstPackage.m2 --package "FirstPackage" loaded --loaded ../FirstPackage.m2 o2 = FirstPackage o2 : Package |