!7 sS hotWords = "computer|computer|the computer|the computers"; p { Class recognizer = hotwire(#1009816); //set(recognizer, startRecognition := true); set(recognizer, onUtterance := voidfunc(S utterance) { final new Matches m; if (matchStartMulti(hotWords, utterance, m)) thread { S rest = $1; infoBox(botAnswerWord() + " " + rest); blipAndWait(); } }); callMain(recognizer); }