6 lines
83 B
Text
6 lines
83 B
Text
begin
|
|
for i := 10 step -1 until 0 do
|
|
begin
|
|
write( i )
|
|
end
|
|
end.
|