!7 sclass InputGrouper > DynPrintLog { InputChooser inputChooser = new(this); visualize { ret northAndCenter(wrap(inputChooser), super.visualize()); } void update { if (inputChooser.update()) { S s = inputChooser.input(); print("< " + s); printStruct("> " + ai_tok_combinePhrases(javaTok(tok))); } } }