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