!7 sS hotWord = "computer"; p { Class recognizer = hotwire(#1009816); set(recognizer, onUtterance := voidfunc(S utterance) { final new Matches m; if (matchStart(hotWord, utterance, m)) thread { S rest = $1; infoBox(botAnswerWord() + " " + rest); blipAndWait(); } }); }