|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Hold
Hold[expr]
maintains expr in an unevaluated form.
DetailsDetails
- Hold has attribute HoldAll, and performs no operation on its arguments.
- Hold is removed by ReleaseHold. »
- Hold[e1, e2, ...] maintains a sequence of unevaluated expressions to which a function can be applied using Apply.
- Even though expr itself is not evaluated, Hold[expr] may still evaluate if expr is of the form
, and upvalues for f have been defined. »
New in 1
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
