On Tue, Sep 29, 2015 at 6:02 PM, Steven D'Aprano <steve@pearwood.info> wrote:
On Tue, Sep 29, 2015 at 06:37:46PM +0200, Georg Brandl wrote:

> >     x = x ?? []
>
> Looking at this, I think people might call ?? the "WTF operator".  Not a
> good sign :)

I see your smiley, but C# has this operator. What do C# programmers call
it? ("Null coalescing operator" is the formal name, but that's way too
long for everyday use.)

I've never seen it referred to as anything other than "the null coalescing operator" (or occasionally the "double question mark operator"). C# devs aren't necessarily the most creative bunch... :)
 
- Jeff