5 lines
55 B
Text
5 lines
55 B
Text
|
|
var i: Integer;
|
||
|
|
|
||
|
|
for i:=1 to High(i) do
|
||
|
|
PrintLn(i);
|