tb0077.pp 266 B

123456789101112131415161718
  1. { Old file: tbs0084.pp }
  2. { no more pascal type checking OK 0.99.1 (FK) }
  3. {$R-}
  4. { Basic Pascal principles gone done the drain... !!!! }
  5. var
  6. v: word;
  7. w: shortint;
  8. z: byte;
  9. y: integer;
  10. Begin
  11. y:=64000;
  12. z:=32767;
  13. w:=64000;
  14. v:=-1;
  15. end.