RosettaCodeData/Task/Loops-For-with-a-specified-step/Mathematica/loops-for-with-a-specified-step.math

4 lines
30 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
Do[
Print@i,
{i, 1, 20, 4}]