up previous next
describe    --    information about an object


Syntax
describe X: OBJECT

Description
This command prints some descriptive information about the object X. For instance, if X is a package name (prefixed with a $), it prints out the exported names.

Example
/**/  describe $latex;
The package $latex exports the following names:
* LaTeX
* latex

The package $latex also has the following non-exported members:
...

See Also