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

6 lines
73 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
local x=10
repeat for 10 times
put x & return
add -1 to x
end repeat