tb0053.pp 173 B

123456789101112
  1. { Old file: tbs0059.pp }
  2. { shows the problem with syntax error with ordinal OK 0.99.1 (FK) }
  3. Program ConstBug;
  4. Const
  5. S = ord('J');
  6. t: byte = ord('J');
  7. Begin
  8. end.