!636 !modern main { static O androidContext; static S programID; static long seconds; psvm { while (true) { ++seconds; print(seconds); if (androidContext != null) updateWidgetWithText("" + seconds); Thread. sleep(1000); // rough sleeping :)) } } }