add empty string to $description
parent
24b449fb36
commit
446fa8bbfa
|
@ -142,7 +142,7 @@ ERROR: no-vocab vocab ;
|
|||
|
||||
: $description. ( word -- )
|
||||
drop
|
||||
"{ $description } ;" print ;
|
||||
"{ $description \"\" } ;" print ;
|
||||
|
||||
: help-header. ( word -- )
|
||||
"HELP: " write name>> print ;
|
||||
|
|
Loading…
Reference in New Issue