5 lines
73 B
Text
5 lines
73 B
Text
local x=10
|
|
repeat for 10 times
|
|
put x & return
|
|
add -1 to x
|
|
end repeat
|