factor/library/definitions.facts

15 lines
621 B
Plaintext
Raw Normal View History

2006-08-02 15:17:13 -04:00
IN: definitions
USING: help words ;
2006-08-15 21:23:05 -04:00
HELP: see
2006-08-02 15:17:13 -04:00
{ $values { "defspec" "a definition specifier" } }
{ $description "Prettyprints a definition." } ;
2006-08-15 21:23:05 -04:00
HELP: where
2006-08-02 15:17:13 -04:00
{ $values { "defspec" "a definition specifier" } { "loc" "an array holding a file name string and line number indexed from 1" } }
{ $description "Outputs the location of a definition. If the location is not known, will output " { $snippet "{ f f }" } " or " { $link f } "." } ;
2006-08-15 21:23:05 -04:00
HELP: forget
2006-08-02 15:17:13 -04:00
{ $values { "defspec" "a definition specifier" } }
{ $description "Forgets about a definition. For example, if it is a word, it will be removed from its vocabulary." } ;