Handbook
Glossary
(unrolled-each-integer) ( quot n -- )
Vocabulary
sequences
.
unrolled
.
private
Inputs
quot
an
object
n
an
object
Outputs
None
Definition
USING:
combinators
kernel
math
;
IN:
sequences.unrolled.private
:
(unrolled-each-integer)
( quot n -- )
swap
'[
_
( i -- )
call-effect
]
each-integer
;