Handbook
Glossary
error-summary ( -- )
Factor handbook
»
The implementation
»
Batch error reporting
Prev:
source-file-error
Next:
errors. ( errors -- )
Vocabulary
source-files
.
errors
Inputs
None
Outputs
None
Definition
USING:
accessors
assocs
io
kernel
math.parser
;
IN:
source-files.errors
:
error-summary
( -- )
error-counts
[
over
[
word>>
write
]
[
" - show "
write
number>string
write
bl
]
[
plural>>
print
]
tri*
]
assoc-each
;