Skip to content

Attributes

Returns the attributes of a symbol.

$ wo 'Attributes[E]'
{Constant, Protected, ReadProtected}

Attributes is listable, so a list of symbols gives one list of attributes per symbol:

$ wo 'Attributes[{Hold, Sequence}]'
{{HoldAll, Protected}, {Protected}}