// f: func(...) -> S static S orQuestionMark2(O f, O... args) { ret or2((S) pcallF(f, args), "?"); }