S@ - Factor Documentation

S@


Vocabulary
classes .struct

Syntax
S@ class alien


Inputs
None

Outputs
None

Word description
Marks the beginning of a literal struct at a specific C address. The prettyprinter uses this syntax when the memory backing a struct object is invalid. This syntax should not generally be used in source code.

See also
S{

Definition
USING: kernel parser sequences ;

IN: classes.struct

SYNTAX: S@ scan-word scan-object swap memory>struct suffix! ;

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