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