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 ;
|
||||
|
||||
: help-header. ( word -- )
|
||||
"HELP: " write name>> print ;
|
||||
"HELP: " write . ;
|
||||
|
||||
: (help.) ( word -- )
|
||||
[ help-header. ] [ $values. ] [ $description. ] tri ;
|
||||
|
|
Loading…
Reference in New Issue