Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » debugging » dictionary
next | previous | forward | backward | up | index | toc

dictionary -- determine the dictionary to which a symbol belongs

Description

If x is the value of a symbol recorded in the internal table used to recover global symbol from the values assigned to them, then that symbol is used.

Ways to use dictionary:

  • dictionary(Keyword)
  • dictionary(Symbol)
  • dictionary(Thing)

For the programmer

The object dictionary is a method function.


The source of this document is in Macaulay2Doc/ov_repl.m2:769:0.