tb0245.pp 139 B

12345678
  1. { Old file: tbs0286.pp }
  2. { #$08d not allowed as Char constant OK 0.99.13 (PFV) }
  3. var
  4. c : char;
  5. begin
  6. c:=#$08d;
  7. end.