]> gitweb.factorcode.org Git - factor.git/blob - extra/central/central-docs.factor
extra/central implements the "central" pattern
[factor.git] / extra / central / central-docs.factor
1 USING: central help.markup help.syntax ;
2
3 HELP: CENTRAL:
4 { $description
5     "This parsing word defines a pair of words useful for "
6     "implementing the \"central\" pattern: " { $snippet "symbol" } " and "
7     { $snippet "with-symbol" } ".  This is a middle ground between excessive "
8     "stack manipulation and full-out locals, meant to solve the case where "
9     "one object is operated on by several related words."
10 } ;