Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » lists and sequences » BasicList » Expression » hold
next | previous | forward | backward | up | index | toc

hold -- hold something in a holder expression

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.


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