Skip to content

OwnValues

OwnValues(symbol)

prints the own-value rule associated with symbol.

Examples

>> a=42
42
>> OwnValues(a)
{HoldPattern(a):>42}

Implementation status

  • ✅ - full supported

Github