fpc/tests/tbf/tb0124.pp
2002-10-04 21:29:19 +00:00

8 lines
61 B
ObjectPascal

{ %fail }
var
a,b : string;
begin
readln(a,' ',b);
end.