mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-10 19:21:40 +01:00
9 lines
65 B
ObjectPascal
9 lines
65 B
ObjectPascal
{ %fail }
|
|
|
|
var
|
|
s: string;
|
|
begin
|
|
s:='abc';
|
|
readstr(s);
|
|
end.
|