RosettaCodeData/Task/Topic-variable/Forth/topic-variable-1.fth

2 lines
38 B
Forth
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
: myloop 11 1 do i . loop cr ; myloop