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"