!752

p {
  makeBot("William.");
  print("Type here to make me speak!");
}

ssynchronized S answer(S s) {
  william(s);
  ret "OK";
}