3 lines
38 B
Text
3 lines
38 B
Text
|
|
for i := 10 downto 0 do
|
||
|
|
PrintLn(i);
|