143
Elvis
(feddit.it)
Post funny things about programming here! (Or just rant about your favourite programming language.)
The second one isn't valid syntax in any programming language I'm familiar with. What does it do?
It's a shorthand for writing this:
This is equivalent:
Huh. Neat feature.
It's in Kotlin and some other languages. C# has it but there it's actually
A ?? B
.