function 63 B

1234567
  1. function test() {
  2. print 4;
  3. print 5;
  4. }
  5. test();
  6. test();