static Class _run(S progID, S... args) { Class main = hotwire(progID); callMain(main, args); ret main; }