testint.mod 164 B

1234567891011
  1. MODULE testint;
  2. IMPORT InOut;
  3. BEGIN
  4. InOut.WriteCard(SIZE (INTEGER),8);
  5. InOut.WriteLn;
  6. InOut.WriteCard(SIZE (LONGCARD ),8);
  7. InOut.WriteLn;
  8. END testint.