Handbook
Glossary
check-build-completed ( path -- path' file-contents/f )
Vocabulary
build-from-source
Inputs
path
an
object
Outputs
path'
an
object
file-contents/f
an
object
Definition
USING:
io.encodings.utf8
io.files
io.pathnames
kernel
;
IN:
build-from-source
:
check-build-completed
( path -- path' file-contents/f )
"factor-build-completed"
append-path
dup
file-exists?
[
dup
utf8
file-contents
]
[
f
]
if
;