twrstr4.pp 58 B

1234567
  1. { %fail }
  2. var
  3. t: text;
  4. begin
  5. writestr(t,'abc');
  6. end.