!752 p { makeBot("Turing Test Solver Bot."); } answer { if (matchStart("yes or no", s, m)) { S q = m.rest(); ret "yes " + q; // haha... } }