]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/central/central-docs.factor
added DISPOSABLE-CENTRAL: to extra/central
[factor.git] / extra / central / central-docs.factor
index f6a0ba5957d1a418e61fedeebb36597989dd62f4..458f528c536050df96aba97d45993c8d5e43185a 100644 (file)
@@ -1,4 +1,4 @@
-USING: central help.markup help.syntax ;
+USING: central destructors help.markup help.syntax ;
 
 HELP: CENTRAL:
 { $description
@@ -7,4 +7,10 @@ HELP: CENTRAL:
     { $snippet "with-symbol" } ".  This is a middle ground between excessive "
     "stack manipulation and full-out locals, meant to solve the case where "
     "one object is operated on by several related words."
+} ;
+
+HELP: DISPOSABLE-CENTRAL:
+{ $description
+    "Like " { $link POSTPONE: CENTRAL: } ", but generates " { $snippet "with-" }
+    " words that are wrapped in a " { $link with-disposal } "."
 } ;
\ No newline at end of file