3 lines
48 B
Forth
3 lines
48 B
Forth
|
|
: times { xt n -- }
|
||
|
|
n 0 ?do xt execute loop ;
|