static F0 mainFunctionToF0(fS fname) { ret new F0() { O get() { ret callMC(fname); } }; }