set-special-object ( obj n -- )


Vocabulary
kernel.private

Inputs
objan object
na 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