static O evalFuncWithImportExport(S code, O... args) { O f = loadFunc_cached(code); ret quickImport(callF(f, (O[]) quickExport(args, f))); }