Why I'm Excited about D

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Tue Apr 7 10:02:59 PDT 2015


On 4/7/2015 9:28 AM, Walter Bright wrote:
> I noticed a bug in one of the examples:
>
>    assert("Adam Hawkins" == myName());

er, the example is:

    assert("Adam Hawkins" = myName());

> should be:
>
>    assert("Adam Hawkins" == myName());



More information about the Digitalmars-d mailing list