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