Handbook
Glossary
binary-file? ( path -- ? )
Vocabulary
codebase-analyzer
Inputs
path
an
object
Outputs
?
an
object
Definition
USING:
io
io.encodings.binary
io.files
kernel
sequences
;
IN:
codebase-analyzer
:
binary-file?
( path -- ? )
binary
[
1024
read
]
with-file-reader
[
0
=
]
any?
;