7 lines
188 B
Plaintext
7 lines
188 B
Plaintext
|
|
IN: inspector
|
||
|
|
USING: help ;
|
||
|
|
|
||
|
|
HELP: summary "( object -- string )"
|
||
|
|
{ $values { "object" "an object" } { "string" "a string" } }
|
||
|
|
{ $contract "Outputs a brief description of the object." } ;
|