Handbook
Glossary
&at ( n -- )
Factor handbook
»
Developer tools
»
The inspector
Prev:
&back ( -- )
Next:
&put ( value n -- )
Vocabulary
inspector
Inputs
n
a non-negative integer
Outputs
None
Word description
Inspects the
n
th slot of the current object. Use
&back
to return.
See also
&back
,
&put
,
&add
,
&delete
Definition
USING:
assocs
inspector.private
mirrors
namespaces
;
IN:
inspector
:
&at
( n -- )
key@
mirror
get
at
(inspect)
;