Repository URL to install this package:
Version:
3.0.0 ▾
|
{ %norun }
{$ifdef fpc}
{$mode objfpc}
{$endif}
type
tc = class
end;
tcc = class of tc;
tc3 = class;
tprec = ^trec;
tc2 = class
constructor create(c: tcc = nil; c3: tc3 = nil; r: tprec = nil);
end;
trec = record
end;
tc3 = class
end;
constructor tc2.create(c: tcc = nil; c3: tc3 = nil; r: tprec = nil);
begin
end;
begin
end.