5 lines
59 B
Text
5 lines
59 B
Text
|
|
var i : Integer;
|
||
|
|
|
||
|
|
for i := 2 to 8 step 2 do
|
||
|
|
PrintLn(i);
|