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.

Reply via email to