trstr4.pp 65 B

12345678
  1. { %fail }
  2. var
  3. s: string;
  4. begin
  5. s:='abc';
  6. readstr(s);
  7. end.