]> gitweb.factorcode.org Git - factor.git/commitdiff
link S{ and S@ docs in classes.struct
authorJoe Groff <arcata@gmail.com>
Mon, 31 Aug 2009 23:04:09 +0000 (18:04 -0500)
committerJoe Groff <arcata@gmail.com>
Mon, 31 Aug 2009 23:04:09 +0000 (18:04 -0500)
basis/classes/struct/struct-docs.factor

index 031e4492a54ec06448bd8889855a51c89530bce7..8a67f00354e39f4f96392d2c117280dfecf21556 100644 (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" } }