Handbook
Glossary
topic>filename ( topic -- filename )
Vocabulary
help
.
html
Inputs
topic
an
object
Outputs
filename
an
object
Definition
USING:
arrays
kernel
make
sequences
;
IN:
help.html
:
topic>filename
( topic -- filename )
topic>filename*
[
[
%
"-"
%
dup
array?
[
[
escape-filename
]
map
","
join
]
[
escape-filename
]
if
%
".html"
%
]
""
make
]
[
drop
f
]
if*
;