mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 19:49:31 +02:00
11 lines
166 B
ObjectPascal
11 lines
166 B
ObjectPascal
{ %fail }
|
|
|
|
procedure confronta(primo,primo,comuni:string);
|
|
begin // primo==first
|
|
end;
|
|
|
|
var vett:array[1..10] of string;
|
|
begin
|
|
confronta(vett[1],vett[2],comuni);
|
|
end.
|