static volatile bool readLine_noReadLine; sS readLine_lastInput; sS readLine_prefix = "[] "; static String readLine() { if (readLine_noReadLine) null; S s = readLineHidden(); if (s != null) { readLine_lastInput = s; print(readLine_prefix + s); } ret s; }