__FUNCTION__

Georg Wrede georg.wrede at iki.fi
Sun Mar 1 08:06:43 PST 2009


Andrei Alexandrescu wrote:
> Ary Borenszweig wrote:
>> Andrei Alexandrescu escribió:
>>> Jarrett Billingsley wrote:
>>>> On Sat, Feb 28, 2009 at 4:50 PM, Andrei Alexandrescu
>>>> <SeeWebsiteForEmail at erdani.org> wrote:
>>>>> We better use "..".
>>>>>
>>>>>  int factorial(int c)
>>>>>  {
>>>>>     //writefln(fthis.stringof);
>>>>>     //writefln(typeof(fthis).stringof);
>>>>>
>>>>>     if (c < 2) return 1;
>>>>>     return ..(c - 1) * c;
>>>>>  }
>>>>
>>>> I hope this is a sarcastic reply :P
>>>
>>> My second. I was afraid the first one wasn't transparent enough.
>>
>> The contextual keyword iota, right?
> 
> That's the one! I think it even got a serious answer :o).

   Sarcasm starts working against the author if
   less than 25% of the audience recognize it.
                          --anon



More information about the Digitalmars-d mailing list