Mathematica 9 is now available

Unevaluated

Usage

Unevaluated[expr] represents the unevaluated form of expr when it appears as the argument to a function.


Notes

f[Unevaluated[expr]] effectively works by temporarily setting attributes so that f holds its argument unevaluated, then evaluating f[expr].
• Example: Length[Unevaluated[5+6]]LongRightArrow .
• See Section 2.6.5.
• See also: Hold, HoldFirst, ReplacePart.
• New in Version 2.


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.