function square(const x : Integer) : Integer; begin result := x * x; end;
function square(const x : Integer) : Integer; begin result := x * x end;
if (condition) then dosomething else dosomethingelse;