show/hide this revision's text 2 Typo

I suppose copy constructor is an idiom, not a language feature.
So I can do it like this:
constructor CreateCopy(var t: MyType);

constructor MyType.CreateCope(var MyType.CreateCopy(var t: MyType);
begin
//...
end;

show/hide this revision's text 1

I suppose copy constructor is an idiom, not a language feature.
So I can do it like this:
constructor CreateCopy(var t: MyType);

constructor MyType.CreateCope(var t: MyType);
begin
//...
end;