//!Неверное количество параметров функции
function f(i: integer): boolean;
begin
end;
repeat
until f;
end.