RosettaCodeData/Task/Loops-For-with-a-specified-step/Forth/loops-for-with-a-specified-step.fth
2023-07-01 13:44:08 -04:00

5 lines
67 B
Forth

: test
9 2 do
i .
2 +loop
." who do we appreciate?" cr ;