RosettaCodeData/Task/Repeat/Forth/repeat-2.fth

3 lines
48 B
Forth

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