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

2 lines
38 B
Forth
Raw Permalink Normal View History

2014-01-17 05:32:22 +00:00
: myloop 11 1 do i . loop cr ; myloop