3 lines
49 B
ObjectPascal
3 lines
49 B
ObjectPascal
|
|
var f : file of array[1..3] of string;
|
||
|
|
begin
|
||
|
|
end.
|