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

4 lines
46 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
repeat with n=10 down to 1
put n
end repeat