7 lines
81 B
ObjectPascal
7 lines
81 B
ObjectPascal
|
|
unit u_common_arr1_2;
|
|||
|
|
|
|||
|
|
uses u_common_arr1_3;
|
|||
|
|
|
|||
|
|
var v2: array of c3;
|
|||
|
|
|
|||
|
|
end.
|