make a link to the vocab in tools.scaffold help
parent
6458f7c67b
commit
5222ec9b9e
|
@ -175,7 +175,11 @@ ERROR: no-vocab vocab ;
|
||||||
{
|
{
|
||||||
[ "IN: " write print nl ]
|
[ "IN: " write print nl ]
|
||||||
[ interesting-words. ]
|
[ interesting-words. ]
|
||||||
[ "ARTICLE: " write unparse dup write bl print ";" print nl ]
|
[
|
||||||
|
[ "ARTICLE: " write unparse dup write bl print ]
|
||||||
|
[ "{ $vocab-link " write pprint " }" print ] bi
|
||||||
|
";" print nl
|
||||||
|
]
|
||||||
[ "ABOUT: " write unparse print ]
|
[ "ABOUT: " write unparse print ]
|
||||||
} cleave
|
} cleave
|
||||||
] with-string-writer ;
|
] with-string-writer ;
|
||||||
|
|
Loading…
Reference in New Issue