Mathematica 9 is now available

HoldRestHoldAllComplete

HoldAll

FilledSmallSquareHoldAll 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 The Mathematica Book: Section 2.5.3 and Section 2.5.5.

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

Further Examples

HoldRestHoldAllComplete



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.