Handbook
Glossary
wc ( path -- n )
Vocabulary
tools
.
wc
Inputs
path
an
object
Outputs
n
an
object
Definition
USING:
io.encodings.binary
io.files
tools.wc.private
;
IN:
tools.wc
:
wc
( path -- n )
binary
[
count-lines
]
with-file-reader
;