Handbook
Glossary
foo ( obj -- obj n )
Vocabulary
benchmark
.
typecheck3
Inputs
obj
an
object
Outputs
obj
an
object
n
an
object
Definition
USING:
kernel
math
;
IN:
benchmark.typecheck3
:
foo
( obj -- obj n )
0 100000000
[
over
hello-n*
+
]
times
;