RosettaCodeData/Task/Loops-Downward-for/LiveCode/loops-downward-for-2.livecode
2016-12-05 23:44:36 +01:00

3 lines
46 B
Text

repeat with n=10 down to 1
put n
end repeat