static O evalFuncWithImportExport(S code, O... args) { Class c = loadFunc_cached(code); ret quickImport(call(c, "_f", (O[]) quickExport(args, c))); }