var i : Integer; for i := 2 to 8 step 2 do PrintLn(i);