2024-11-19 π programmerhumor β RE: QuazarOmega
why would you call it anything other than the ternary operator
2024-11-20 dev_null β edited β 1π¬
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.
Read further down on my other comment to understand, itβs just how the operator looks
ββββ
ββββ