Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
<repeats> ( seq times -- repeats )
Vocabulary
sequences.repeating
Definition
USING:
kernel
math
sequences
;
IN:
sequences.repeating
:
<repeats>
( seq times -- repeats )
over
length
*
repeats
boa
;