!7 p { aContinuousEnglishRecognition(f onSpeech); } sS last = ""; static void onSpeech(L l) { S s = first(l); if (startsWith(s, last)) s = dropPrefixTrim(last, s); last = s; print("> " + s); }