2 lines
97 B
Forth
2 lines
97 B
Forth
: times[ ]] 0 ?do [[ ; immediate compile-only
|
|
: ]times postpone loop ; immediate compile-only
|