!7 p { becomeMouth(); makeBot("Andy."); print("Type here to make me speak!"); } ssynchronized S answer(S s) { O anim = loadingAnimation("Speaking..."); try { andy(s); } finally { disposeWindow(anim); } ret "OK"; }