!752 p { interceptPrintInThisThread(new F1() { Bool get(S s) { print_raw("Here you go: " + quote(s) + "\n"); false; } }); print("Intercepted!"); thread { print("Not intercepted."); } }