Can someone explain the semantic difference between *1 and *2 please?

procedure A(p: Type1);
begin
  inherited; // *1
  inherited A(p); // *2
end;

?


Mattias

_______________________________________________
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to