Handbook
Glossary
need-new-image? ( image -- ? )
Vocabulary
bootstrap
.
image
.
download
Inputs
image
an
object
Outputs
?
an
object
Definition
USING:
io.files
kernel
;
IN:
bootstrap.image.download
:
need-new-image?
( image -- ? )
dup
file-exists?
[
[
file-checksum
]
[
download-checksum
]
bi
=
not
]
[
drop
t
]
if
;