static S consoleInput() { ret getText(consoleInputField()); } static void consoleInput(S text) { consoleSetInput(text); }