151
Elvis (feddit.it)
submitted 9 months ago by Sleepzy@feddit.it to c/programmerhumor@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] dev_null@lemmy.ml 3 points 9 months ago* (last edited 9 months ago)

It's a shorthand for writing this:

variable = if (input != null) input else default

This is equivalent:

variable = input ?: default

The answers confusing it with the ternary operator are wrong.

this post was submitted on 17 Nov 2024
151 points (93.1% liked)

Programmer Humor

38083 readers
261 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS