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

6 lines
73 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
local x=10
repeat for 10 times
put x & return
add -1 to x
end repeat