conditional operator
ternary operator "x ? y : z" in many programming languages, whose value is y if x evaluates to true and z otherwise
ternary operator "x ? y : z" in many programming languages, whose value is y if x evaluates to true and z otherwise