5 lines
83 B
ObjectPascal
5 lines
83 B
ObjectPascal
type xx=record end;
|
|
begin
|
|
var a := new real[100];
|
|
var aa := new xx[10];
|
|
end. |