procedure Proc is
   I : Integer;
begin
	I := 1;
I	:= 2;
I :=	3;
I     :=	444;
end Pkg;
