|
FullDefinition
FullDefinition[symbol] prints as the definitions given for symbol, and all symbols on which these depend.
FullDefinition has attribute HoldAll.
FullDefinition[symbol] recursively prints as all definitions for the symbol, and for the symbols that appear in these definitions, unless those symbols have the attribute Protected.
FullDefinition does not show rules associated with symbols that have attribute ReadProtected.
See Section 2.12.1.
See also: Definition, Save, Information.
New in Version 1.
Further Examples
|