sS ai_renderDefinition(S left, S right, bool questionMark) { ret left + " " + (questionMark ? unicode_questionedEquals() : "=") + " " + right; }