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