!7 p { aContinuousEnglishRecognition(f onSpeech); makeBot("Recognizer."); phonePublicCommBot(); } sS last = ""; static long time; static void onSpeech(L l) { S s = first(l), ss = s; if (startsWith(s, last)) ss = dropPrefixTrim(last, s); last = s; time = now(); print("> " + ss); } answer { if "text" ret now() + ": " + last; }