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