!7 module CleanUpTest > DynPrintLog { start { whoopsie(); } void whoopsie { printWithTime("Whoopsie"); doLater(2.0, r whoopsie); } }