 |
HoldComplete
HoldComplete[
expr
] shields expr completely from the standard Mathematica evaluation process, preventing even upvalues associated with expr from being used.
HoldComplete has attribute HoldAllComplete, and performs no operations on its arguments. HoldComplete is removed by ReleaseHold. HoldComplete can be inserted as a wrapper by such functions as ToExpression and ReplacePart. HoldComplete is generated by default by MakeExpression. See the Mathematica book: Section A.4.4. See also: Hold, HoldPattern, HoldForm, Unevaluated, HoldAllComplete, Symbol.
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. | | | |
 | |
|