factor/basis/summary/summary-docs.factor

13 lines
337 B
Factor
Raw Normal View History

2008-07-02 01:20:01 -04:00
IN: summary
USING: kernel strings help.markup help.syntax ;
ARTICLE: "summary" "Summary"
"A word for getting very brief descriptions of words and general objects:"
{ $subsection summary } ;
HELP: summary
{ $values { "object" object } { "string" string } }
{ $contract "Outputs a brief description of the object." } ;
ABOUT: "summary"