special-object ( n -- obj )


Vocabulary
kernel.private

Inputs
na non-negative integer


Outputs
objan object


Word description
Reads an object from the Factor VM's special object table. User code never has to read the special object table directly; instead, use one of the callers of this word.

Definition