sbool isTrueOrYes(O o) { ret isTrueOpt(o) || o instanceof S && (eqicOneOf(o/S, "1", "t", "true") || isYes(o/S)); }