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

4 lines
31 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Do[
Print[i],
{i, 1, 20, 4}]