5 lines
59 B
Text
5 lines
59 B
Text
for i = 10 to 0 step -1
|
|
print i, " ";
|
|
next i
|
|
print
|
|
end
|