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

Keyword -- the class of all keywords

Description

Keywords are symbols that are treated specially by the system while parsing user input. Some of them, such as and, consist of alphanumeric characters and look just like ordinary symbols. Others, such as ==>, consist of special characters and are called operators.

See also

Methods that use a keyword :

Fixed objects of class Keyword :

For the programmer

The object Keyword is a type, with ancestor classes Symbol < Thing.