!752 p { interceptPrintInThisThread(func(S s) { print_raw("Here you go: " + quote(s)); ret false; }); print("Intercepted!"); thread { print("Not intercepted."); } }