print the word name as a clickable link instead of just text
parent
819234bedd
commit
733ad4616a
|
@ -157,7 +157,7 @@ ERROR: no-vocab vocab ;
|
||||||
"{ $description \"\" } ;" print ;
|
"{ $description \"\" } ;" print ;
|
||||||
|
|
||||||
: help-header. ( word -- )
|
: help-header. ( word -- )
|
||||||
"HELP: " write name>> print ;
|
"HELP: " write . ;
|
||||||
|
|
||||||
: (help.) ( word -- )
|
: (help.) ( word -- )
|
||||||
[ help-header. ] [ $values. ] [ $description. ] tri ;
|
[ help-header. ] [ $values. ] [ $description. ] tri ;
|
||||||
|
|
Loading…
Reference in New Issue