Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Programming / Evaluation Control /

Unevaluated

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

FilledSmallSquare f[Unevaluated[expr]] effectively works by temporarily setting attributes so that f holds its argument unevaluated, then evaluating f[expr].

FilledSmallSquare Example: Length[Unevaluated[5+6]] LongRightArrow.

FilledSmallSquare See Section 2.6.5.

FilledSmallSquare See also: Hold, HoldFirst, ReplacePart.

FilledSmallSquare New in Version 2.

Further Examples



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.