static O evalFunc(S code, O... args) { ret call(loadFunc_cached(code), "_f", args); }