6 lines
77 B
ObjectPascal
6 lines
77 B
ObjectPascal
|
|
const s : array of integer = (2,3,4);
|
|
const i : integer = s;
|
|
|
|
begin
|
|
end. |