6 lines
57 B
ObjectPascal
6 lines
57 B
ObjectPascal
var i : integer;
|
|
|
|
begin
|
|
for i := 1 to 10 do
|
|
Inc(i);
|
|
end. |