7 lines
293 B
Factor
7 lines
293 B
Factor
IN: help
|
|
USING: gadgets-listener gadgets-presentations words ;
|
|
|
|
"Show word documentation" [ 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
|