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