Why I'm Excited about D
bachmeier via Digitalmars-d
digitalmars-d at puremagic.com
Tue Apr 7 10:33:50 PDT 2015
On Tuesday, 7 April 2015 at 17:03:55 UTC, Walter Bright wrote:
> 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());
You're such a good programmer that you can't write code with a
bug in it even if you try.
More information about the Digitalmars-d
mailing list