Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Core Language > Defining Variables and Functions > Assignments >

Information

Information[symbol]
prints information about a symbol.
  • Information[symbol] prints the same information as the input escape ??symbol would give.
Get usage and attribute information:
Short input form:
Get usage information only:
Short input form:
Get usage and attribute information:
Short input form:
 
Get usage information only:
Short input form:
For built-in symbols, Information gives attributes, defaults, and options, as well as usage messages:
For user-defined symbols, Information gives definitions as well:
For string patterns, Information gives a clickable list of matching symbols:
The default is LongForm->True:
The short form gives only usage messages:
If no usage message exists, Information gives the symbol name only, including the context:
Add a usage message:
Information prints the values rendered by Definition, as well as usage messages:
?? is the same as Information:
? is the same as Information with LongForm->False:
For a read-protected symbol, no definitions are printed:
Information prints output as a side effect; it does not return a value:
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team