special-object ( n -- obj ) - Factor Documentation

special-object ( n -- obj )


Vocabulary
kernel .private

Inputs
n a non-negative integer


Outputs
obj an 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
IN: kernel.private

PRIMITIVE: special-object ( n -- obj ) flushable

AltStyle によって変換されたページ (->オリジナル) /