RosettaCodeData/Task/Loops-Downward-for/Bc/loops-downward-for.bc
2023-07-01 13:44:08 -04:00

2 lines
33 B
Text

for (i = 10; i >= 0; i--) i
quit