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());
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());