RosettaCodeData/Task/Loops-Downward-for/Bc/loops-downward-for.bc
2017-09-25 22:28:19 +02:00

2 lines
33 B
Text

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