static O loadFunc(S code) { ret call(veryQuickJava("static O _f() { ret " + code + "; }"), "_f"); }