print the word name as a clickable link instead of just text

db4
Doug Coleman 2008-09-16 23:03:42 -05:00
parent 819234bedd
commit 733ad4616a
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;