• @[email protected]
      link
      fedilink
      3
      edit-2
      11 months ago

      Because it’s not one. Ternary operator is A ? B : C, Elvis operator is A ?: B. The same two characters are involved, but both the syntax and effect is different.

    • QuazarOmega
      link
      fedilink
      211 months ago

      Read further down on my other comment to understand, it’s just how the operator looks