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

hold -- hold something in a holder expression

Synopsis

Description

i1 : (hold 2)^5 * (hold 3)^3

      5 3
o1 = 2 3

o1 : Expression of class Product

For the programmer

The object hold is a method function with a single argument.