On 03/24/2016 01:58 PM, cym13 wrote:
On Thursday, 24 March 2016 at 19:52:53 UTC, Walter Bright wrote:
On 3/24/2016 7:13 AM, Iain Buclaw via Digitalmars-d wrote:
But then again I've never written a spell checker, so wouldn't
know. :-)

dmd has a spell checker built in. (!)

Wait...what? Could you elaborate on that?

I think he means the suggestion feature:

void main() {
    int female;
    male = 42;
}

Error: undefined identifier 'male', did you mean variable 'female'?

Ali

Reply via email to