RosettaCodeData/Task/Repeat/Factor/repeat-2.factor

3 lines
89 B
Factor
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
: times ( ... n quot: ( ... -- ... ) -- ... )
[ drop ] prepose each-integer ; inline