static VF1 vfPrintWithPrefix(S prefix) { ret voidfunc(O o) { print(prefix, o) }; }