reading file byLine

Namal via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Sep 5 10:31:37 PDT 2015


On Saturday, 5 September 2015 at 14:49:13 UTC, deed wrote:
> On Saturday, 5 September 2015 at 14:44:19 UTC, deed wrote:
>>  .map!(s => chomp(s, "\"")
>>  .map!(s => chompPrefix(s, "\"")
>
> should be
>
>  .map!(s => chomp(s, "\""))
>  .map!(s => chompPrefix(s, "\""))

Yeah, I have have been trying this example from wiki books

https://en.wikibooks.org/wiki/Learning_D_With_Project_Euler

It is not even compiling.


More information about the Digitalmars-d-learn mailing list