Handbook
Glossary
time. ( time -- )
Vocabulary
tools
.
time
Inputs
time
an
object
Outputs
None
Definition
USING:
io
math
prettyprint
;
IN:
tools.time
:
time.
( time -- )
"Running time: "
write
1000000000
/f
pprint
" seconds"
print
;