Wolfram ResearchProductsPurchasingServices & ResourcesAbout UsOur Sites
Mathematica > Evaluation Control >

HoldAll

HoldAll
is an attribute which specifies that all arguments to a function are to be maintained in an unevaluated form.
  • You can use Evaluate to evaluate the arguments of a HoldAll function in a controlled way.
  • 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.
New in 1
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team