ClearAttributes
ClearAttributes(symbol, attrib)
removes
attrib
fromsymbol
’s attributes.
Examples
>> SetAttributes(f, Flat)
>> Attributes(f){Flat}
>> ClearAttributes(f, Flat)
>> Attributes(f){}
Attributes that are not even set are simply ignored:
>> ClearAttributes({f}, {Flat})>> Attributes(f){}
Related terms
Attributes, Constant, Flat, HoldAll,HoldFirst, HoldRest, Listable, NHoldAll, NHoldFirst, NHoldRest, Orderless, SetAttributes
Implementation status
- ✅ - full supported