Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Core Language > Expressions > Evaluation Control >

HoldRest

HoldRest
is an attribute which specifies that all but the first argument to a function are to be maintained in an unevaluated form.
Implement your own conditional:
Use Evaluate to force evaluation of an argument of a HoldRest function:
Suppress the evaluation of all but the first argument of a pure function:
Sequence splitting still happens for HoldRest functions:
NHoldRest protects arguments from N, but evaluates them normally otherwise:
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team