Handbook
Glossary
inspector ( obj -- )
Vocabulary
inspector
Inputs
obj
an
object
Outputs
None
Word description
Starts a new inspector and prints a brief help message. If an inspector is already running, this starts a nested inspector. An alternative word that reuses the current inspector instance is
inspect
.
Definition
USING:
inspector.private
kernel
namespaces
;
IN:
inspector
:
inspector
( obj -- )
&help
V{
}
clone
inspector-stack
set
(inspect)
;