Skip to content

Hold

Hold(expr)

Hold doesn’t evaluate expr. Hold evaluates UpValuesfor its arguments. HoldComplete doesn’t evaluate UpValues.

Examples

>> Hold(3*2)
Hold(3*2)
>> Attributes(Hold)
{HoldAll,Protected}

HoldComplete, HoldForm, HoldPattern, ReleaseHold, Unevaluated

Implementation status

  • ✅ - full supported

Github