!7 lib 1019849 // Loadable Utils import loadableUtils.utils; import static loadableUtils.utils.print_byThread; please include function programID. !include once #1020728 // callF set flag AllPublic. // so we can override methods svoid _onLoad_initUtils { utils.__javax = javax(); } import loadableUtils.utils.DynPrintLog; module CompileTest > DynPrintLog { start { print("Deh works!"); utils.print("Sub-print"); } AutoCloseable enter() { ret combineAutoCloseables(tempInterceptPrint(func(S s) -> bool { ret false with main.print(s); }), super.enter()); } }