Is it possible to assign custom attributes to symbols and check them later?
SetAttributes[a, b]
says
Attributes::attnf: b is not a known attribute.
|
Is it possible to assign custom attributes to symbols and check them later?
says
|
|||
|
|
|
No, I do not believe it is. As the documentation for your error message says:
The system attributes are low level properties that fundamentally change the evaluation of symbols. I think it makes sense that these are not mixed with high-level user constructs, even though at times that would be quite convenient. For an alternative remember that you can attach
You could also use a single
|
|||||||||
|