Handbook
Glossary
each-integer-with-previous ( ... n quot: ( ... i -- ... ) -- ... )
Vocabulary
sequences
.
extras
Inputs
n
an
integer
quot
a
quotation
Outputs
None
Definition
USING:
kernel
;
IN:
sequences.extras
:
each-integer-with-previous
( ... n quot: ( ... i -- ... ) -- ... )
[
f
0
]
2dip
(each-integer-with-previous)
;
inline