Handbook
Glossary
print-time ( us -- )
Vocabulary
bootstrap
.
stage2
Inputs
us
an
object
Outputs
None
Definition
USING:
io
kernel
math
math.parser
;
IN:
bootstrap.stage2
:
print-time
( us -- )
1000000000
/i
60
/mod
swap
number>string
write
" minutes and "
write
number>string
write
" seconds."
print
;