2 lines
51 B
Text
2 lines
51 B
Text
for i = 10, 0, -1 do io.write($"{i} ") end
|
|
print()
|
for i = 10, 0, -1 do io.write($"{i} ") end
|
|
print()
|