__FUNCTION__

Jarrett Billingsley jarrett.billingsley at gmail.com
Sat Feb 28 14:02:36 PST 2009


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



More information about the Digitalmars-d mailing list