tb0036.pp 199 B

1234567891011
  1. { Old file: tbs0041.pp }
  2. { shows the if then end. problem OK 0.9.9 (FK) }
  3. var
  4. b1: boolean;
  5. Begin
  6. begin
  7. If b1 then { illegal expression }
  8. end;
  9. while b1 do
  10. End.