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

2 lines
29 B
Text
Raw Permalink Normal View History

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