program ideone;

const foo: Integer = 1;

begin
	foo := 2;
	WriteLn(foo);
end.