OwnValues
OwnValues(symbol)
prints the own-value rule associated with
symbol
.
Examples
>> a=4242
>> OwnValues(a){HoldPattern(a):>42}
Implementation status
- ✅ - full supported
OwnValues(symbol)
prints the own-value rule associated with
symbol
.
>> a=4242
>> OwnValues(a){HoldPattern(a):>42}