Mathematica 9 is now available

MatchLocalNamesSetAttributes

Attributes

FilledSmallSquareAttributes[symbol] gives the list of attributes for a symbol.

FilledSmallSquare The attributes of a symbol can be set by assigning a value to Attributes[s]. If a single attribute is assigned, it need not be in a list.

FilledSmallSquareAttributes[s] = clears all attributes of a symbol.

FilledSmallSquareAttributes[, , ... ] gives a list of the attributes for each of the .

FilledSmallSquareAttributes["str"] gives a list of the attributes for all symbols which match the string pattern str.

FilledSmallSquareAttributes[HoldPattern[s]] is treated as equivalent to Attributes[s].

FilledSmallSquare Attributes for functions must be set before any definitions that involve the functions are given.

FilledSmallSquare The complete list of possible attributes for a symbol f is:

FilledSmallSquare See The Mathematica Book: Section 2.3.7 and Section 2.5.3.

FilledSmallSquare See also: SetAttributes, ClearAttributes.

Further Examples

MatchLocalNamesSetAttributes



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.