tw1046.pp 84 B

12345678
  1. procedure test2(self : longint);
  2. begin
  3. writeln(self);
  4. end;
  5. begin
  6. test2(1);
  7. end.