RosettaCodeData/Task/Loops-Downward-for/LiveCode/loops-downward-for-2.livecode

4 lines
46 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
repeat with n=10 down to 1
put n
end repeat