next | previous | forward | backward | up | top | index | toc | Macaulay2 website
Macaulay2Doc :: globalReleaseFunction

globalReleaseFunction -- the standard method for the global variable release hook

Description

globalReleaseFunction -- the standard function that can be used as a method for GlobalReleaseHook so that certain types of things, which have acquired as their name the name of a global variable to which they have been assigned, will lose that name when a different value is assigned to the variable.

See also

For the programmer

The object globalReleaseFunction is a function closure.