Mathematica 9 is now available

HoldCompleteSequenceHold

HoldAllComplete

FilledSmallSquareHoldAllComplete is an attribute which specifies that all arguments to a function are not to be modified or looked at in any way in the process of evaluation.

FilledSmallSquare By setting the attribute HoldAllComplete you can effectively shield the arguments of a function from all aspects of the standard Mathematica evaluation process.

FilledSmallSquareHoldAllComplete not only prevents arguments from being evaluated, but also prevents Sequence objects from being flattened, Unevaluated wrappers from being stripped, and upvalues associated with arguments from being used.

FilledSmallSquareEvaluate cannot be used to override HoldAllComplete.

FilledSmallSquare See The Mathematica Book: Section 2.5.3 and Section 2.5.5.

FilledSmallSquare See also: HoldComplete, HoldAll, SequenceHold, Extract.

HoldCompleteSequenceHold



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.