!7 p { kevin_debug = true; //kevin("This is Kevin"); becomeMouth(); makeBot("Kevin."); print("Type here to make me speak!"); } ssynchronized S answer(S s) { print(s); if (eq(s, "!blip")) blip(); else { kevin(s); kevin_wait(); } ret "OK"; }