bug0081.pp 82 B

1234567
  1. program bug0081;
  2. const
  3. EOL : array [1..2] of char = #13 + #10;
  4. begin
  5. end.