factor/library/help/commands.factor

7 lines
279 B
Factor
Raw Normal View History

2005-12-28 20:25:17 -05:00
IN: help
USING: gadgets-listener gadgets-presentations words ;
"Show word" [ word? ] [ help ] \ in-browser define-default-command
"Show term definition" [ term? ] [ help ] \ in-browser define-default-command
"Show article" [ link? ] [ help ] \ in-browser define-default-command