describe ( obj -- )
Factor handbook » Developer tools » The inspector

Prev:me


Vocabulary
inspector

Inputs
objan object


Outputs
None

Word description
Print a tabular overview of the object.

For sequences and hashtables, this outputs the entries of the collection. For all other object types, slot names and values are shown.

Examples
global describe


Definition