Sleepzy@feddit.it to Programmer Humor@lemmy.ml · 3 days agoElvisfeddit.itexternal-linkmessage-square29fedilinkarrow-up1155arrow-down18
arrow-up1147arrow-down1external-linkElvisfeddit.itSleepzy@feddit.it to Programmer Humor@lemmy.ml · 3 days agomessage-square29fedilink
minus-squaredev_null@lemmy.mllinkfedilinkarrow-up1·edit-28 hours agoBecause 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.
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.