Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » Thing » Symbol » isGlobalSymbol
next | previous | forward | backward | up | index | toc

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

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.


The source of this document is in Macaulay2Doc/functions/isGlobalSymbol-doc.m2:18:0.