RosettaCodeData/Task/Loops-For-with-a-specified-step/J/loops-for-with-a-specified-step-5.j
2015-02-20 00:35:01 -05:00

6 lines
137 B
Text

(#~ 0 = 2&|) 1 thru 20
2 4 6 8 10 12 14 16 18 20
(#~ 0 = 3&|) 1 thru 20
3 6 9 12 15 18
(#~ 1 = 3&|) 1 thru 20
1 4 7 10 13 16 19