Females in the community.
Ali Çehreli via Digitalmars-d
digitalmars-d at puremagic.com
Thu Mar 24 14:38:54 PDT 2016
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
More information about the Digitalmars-d
mailing list