Macaulay2 » Documentation
Packages » Macaulay2Doc > The Macaulay2 language > operators > not
next | previous | forward | backward | up | index | toc

not -- negation

Description

not x -- yields the negation of x, which must be true or false.

See also

Ways to use symbol not :

For the programmer

The object not is a keyword.

This operator may be used as a prefix unary operator in an expression like not y. The user may install a method for handling such expressions with code such as

            not  Y := (y) -> ...

where Y is the class of y.