static S ai_renderMatchWithQuestionMarks(L l) { ret join(" & ", map(ai_sortMatchPairs(l), func(PairS p) -> S { quote(p.a) + " ?= " + quote(p.b) })); }