diff --git a/basis/classes/struct/struct-docs.factor b/basis/classes/struct/struct-docs.factor index 031e4492a5..8a67f00354 100644 --- a/basis/classes/struct/struct-docs.factor +++ b/basis/classes/struct/struct-docs.factor @@ -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" } }