Handbook
Glossary
sum-file ( file -- n )
Vocabulary
benchmark
.
sum-file
Inputs
file
an
object
Outputs
n
an
object
Definition
USING:
io
io.encodings.ascii
io.files
math
math.parser
;
IN:
benchmark.sum-file
:
sum-file
( file -- n )
ascii
[
0
[
string>number
+
]
each-line
]
with-file-reader
;