Why I'm Excited about D

Jens Bauer via Digitalmars-d digitalmars-d at puremagic.com
Tue Apr 7 09:39:38 PDT 2015


On Tuesday, 7 April 2015 at 16:29:40 UTC, Walter Bright wrote:
> I noticed a bug in one of the examples:
>
>   assert("Adam Hawkins" == myName());
>
> should be:
>
>   assert("Adam Hawkins" == myName());

-It already is. :)

By the way; the reason to switch from C to D can be put *very* 
simple:

  :C  ->  :D

... or if you prefer the longer version:

  :-C  ->  :-D



More information about the Digitalmars-d mailing list