TagSetDelayed
TagSetDelayed(f, expr, value)
or
f /: expr := value
assigns
value
toexpr
, without evaluatingvalue
and associates the corresponding rule with the symbolf
.
Examples
Related terms
Implementation status
- ✅ - full supported
TagSetDelayed(f, expr, value)
or
f /: expr := value
assigns
value
toexpr
, without evaluatingvalue
and associates the corresponding rule with the symbolf
.