link S{ and S@ docs in classes.struct
parent
100d636d6d
commit
9791d960e6
|
|
@ -47,6 +47,8 @@ HELP: S@
|
||||||
{ $values { "class" "a " { $link struct } " class word" } { "alien" "a literal alien" } }
|
{ $values { "class" "a " { $link struct } " class word" } { "alien" "a literal alien" } }
|
||||||
{ $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." } ;
|
{ $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." } ;
|
||||||
|
|
||||||
|
{ POSTPONE: S{ POSTPONE: S@ } related-words
|
||||||
|
|
||||||
HELP: UNION-STRUCT:
|
HELP: UNION-STRUCT:
|
||||||
{ $syntax "UNION-STRUCT: class { slot type } { slot type } ... ;" }
|
{ $syntax "UNION-STRUCT: class { slot type } { slot type } ... ;" }
|
||||||
{ $values { "class" "a new " { $link struct } " class to define" } { "slots" "a list of slot specifiers" } }
|
{ $values { "class" "a new " { $link struct } " class to define" } { "slots" "a list of slot specifiers" } }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue