tb0136.pp 205 B

12345678910111213141516171819
  1. { Old file: tbs0160.pp }
  2. { Incompatibility with BP: Self shouldn't be a reserved word. OK 0.99.9 (PM) }
  3. program xxxx;
  4. procedure yyyy;
  5. var self:word;
  6. begin
  7. end;
  8. procedure self;
  9. begin
  10. end;
  11. begin
  12. end.