Handbook
Glossary
&back ( -- )
Factor handbook
»
Developer tools
»
The inspector
Prev:
&push ( -- obj )
Next:
&at ( n -- )
Vocabulary
inspector
Word description
Returns to the previously-inspected object.
See also
&at
,
&put
,
&add
,
&delete
Definition
USING:
inspector.private
kernel
math
namespaces
sequences
;
IN:
inspector
:
&back
( -- )
inspector-stack
get
dup
length
1
<=
[
drop
]
[
[
pop*
]
[
last
reinspect
]
bi
]
if
;