link S{ and S@ docs in classes.struct

db4
Joe Groff 2009-08-31 18:04:09 -05:00
parent 0834b8270c
commit 0a7b62177b
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ HELP: S@
{ $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." } ;
{ POSTPONE: S{ POSTPONE: S@ } related-words
HELP: UNION-STRUCT:
{ $syntax "UNION-STRUCT: class { slot type } { slot type } ... ;" }
{ $values { "class" "a new " { $link struct } " class to define" } { "slots" "a list of slot specifiers" } }