RosettaCodeData/Task/Loops-Downward-for/LiveCode/loops-downward-for-2.livecode
2023-07-01 13:44:08 -04:00

3 lines
46 B
Text

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