5 lines
46 B
Text
5 lines
46 B
Text
|
|
for i = 10 to 0 step -1
|
||
|
|
print i
|
||
|
|
next i
|
||
|
|
end
|