!7 sclass whatever extends DynTextArea { new InputChooser inputChooser; void update { if (inputChooser.update()) setText(reversed(inputChooser.input())); } }