Handbook
Glossary
?download-tldr ( -- )
Vocabulary
tldr
.
private
Inputs
None
Outputs
None
Definition
USING:
io.files
io.files.temp
kernel
;
IN:
tldr.private
:
?download-tldr
( -- )
"tldr/tldr.zip"
cache-file
file-exists?
[
download-tldr
]
unless
;