On Thursday, 7 January 2021 at 04:57:55 UTC, 12345swordy wrote: > if (c !is null) Why????? > > Would it be simpler to type > > if (c is not null) Saves 3 character per use, I guess. And keeps one operator in one keyword. Matter of taste, and whoever designed this obviously had to pick something.