RosettaCodeData/Task/Loops-Downward-for/Mathematica/loops-downward-for-2.math

2 lines
29 B
Text
Raw Permalink Normal View History

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