Macaulay2 » Documentation
Packages » Macaulay2Doc :: isGlobalSymbol
next | previous | forward | backward | up | index | toc

isGlobalSymbol -- whether a global symbol with a given name exists

Synopsis

Description

The search for the symbol runs through the dictionaries in the list dictionaryPath.
i1 : isGlobalSymbol "res"

o1 = true
i2 : isGlobalSymbol "resres"

o2 = false

See also

For the programmer

The object isGlobalSymbol is a compiled function.