functions9 91 B

12345678910
  1. print("a");
  2. function wusi(b)
  3. {
  4. print("b");
  5. return;
  6. print("c");
  7. }
  8. print("d");