Handbook
Glossary
update-file-progress ( -- n )
Vocabulary
progress-bars
.
models
Inputs
None
Outputs
n
an
object
Definition
USING:
io
kernel
math
namespaces
;
IN:
progress-bars.models
:
update-file-progress
( -- n )
tell-input
file-size
get
/
[
set-progress-bar
]
keep
;