Community

The Elvis Operator Can Be Chained Multiple Times In A Single Expression In Lucee CFML 5.3.3.62

(Ben Nadel) In Lucee CFML, the “Elvis operator” – ?: – is a binary operator that returns the first operand if it is non-null; otherwise, it evaluates and returns the second operand.