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

3 lines
97 B
Forth
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
: times[ ]] 0 ?do [[ ; immediate compile-only
: ]times postpone loop ; immediate compile-only