RosettaCodeData/Task/Repeat/Forth/repeat-2.fth
2023-07-01 13:44:08 -04:00

2 lines
48 B
Forth

: times { xt n -- }
n 0 ?do xt execute loop ;