Handbook
Glossary
&delete ( n -- )
Factor handbook
»
Developer tools
»
The inspector
Prev:
&rename ( key n -- )
Next:
me
Vocabulary
inspector
Inputs
n
a non-negative integer
Outputs
None
Word description
Deletes the
n
th slot from the current object.
Errors
Throws an error if the object does not support this operation.
See also
&back
,
&at
,
&put
,
&add
Definition
USING:
assocs
inspector.private
mirrors
namespaces
;
IN:
inspector
:
&delete
( n -- )
key@
mirror
get
delete-at
&push
reinspect
;