Handbook
Glossary
set-special-object ( obj n -- )
Vocabulary
kernel
.
private
Inputs
obj
an
object
n
a non-negative integer
Outputs
None
Word description
Writes an object to the Factor VM's special object table. User code never has to write to the special object table directly; instead, use one of the callers of this word.
Definition
IN:
kernel.private
PRIMITIVE:
set-special-object
( obj n -- )