?show-help ( link browser -- )


Vocabulary
ui.tools.browser

Definition
USING: kernel ;

IN: ui.tools.browser

: ?show-help ( link browser -- )
over [ show-help ] [ 2drop ] if ;