!747 m { static S name = "test"; p { while (true) { for (ChatLine l : suckWebChat(name)) print(l.who + ": " + l.text); if (readLineReady()) sayInWebChat(name, readLine()); else sleep(1000); } } }