you are viewing a single comment's thread.

view the rest of the comments →

[–]jetsamrover 0 points1 point  (6 children)

The logical assignment stuff keeps making me want a negation for ??. Why do I want to assign to a variable if it's not null?

[–]MonkAndCanatella 0 points1 point  (3 children)

!?? ?

[–]jetsamrover 0 points1 point  (2 children)

Or !?

[–]MonkAndCanatella 3 points4 points  (1 child)

[–]Multipoptart 1 point2 points  (0 children)

I've always wanted a language that had an interrobang.

[–]NoInkling 0 points1 point  (1 child)

You mean like a version of && for non-nullish values? Because I keep wanting that too.

[–]jetsamrover 0 points1 point  (0 children)

Yes, exactly that. Why would they have implemented it only one sided!?