Just where has this language gone wrong?

Christophe Travert travert at phare.normalesup.org
Thu Jul 19 07:31:53 PDT 2012


"q66" , dans le message (digitalmars.D:172716), a écrit :
> (so instead of calling a(b(c(d(e(f))))) you can just call 
> a.b.c.d.e.f())

rather f.e.d.c.b.a, if you omit the empty parenthesis after each letter 
(but f).


More information about the Digitalmars-d mailing list