Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Programming / Attributes /

HoldAll

FilledSmallSquare HoldAll is an attribute which specifies that all arguments to a function are to be maintained in an unevaluated form.

FilledSmallSquare You can use Evaluate to evaluate the arguments of a HoldAll function in a controlled way.

FilledSmallSquare Even when a function has attribute HoldAll, Sequence objects that appear in its arguments are still by default flattened, Unevaluated wrappers are stripped, and upvalues associated with the arguments are used.

FilledSmallSquare See Section 2.6.3 and Section 2.6.5.

FilledSmallSquare See also: Unevaluated, Hold, NHoldAll, HoldAllComplete, SequenceHold, Extract.

FilledSmallSquare New in Version 1.

Further Examples



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.