Readln(n); for i:=2 to n do if n mod i=0 then writeln(i); break; end.
Только строчки writeln(i) и break нужно поменять местами.