factor/library/tools/summary.facts

7 lines
188 B
Plaintext
Raw Normal View History

2006-07-31 21:30:06 -04:00
IN: inspector
USING: help ;
HELP: summary "( object -- string )"
{ $values { "object" "an object" } { "string" "a string" } }
{ $contract "Outputs a brief description of the object." } ;