Re: how to skip the next (n) item & continue from (n+1) with a range ? e.g. in File(fn).byLine();
kinke via Digitalmars-d-learn Mon, 22 Jun 2020 13:06:04 -0700
If you are referring to the next line, not the next n lines,
that's a simple `continue;` statement.
- Re: how to skip the next (n) ... kinke via Digitalmars-d-learn
- Re: how to skip the next... mw via Digitalmars-d-learn
- Re: how to skip the ... mw via Digitalmars-d-learn
- Re: how to skip ... mw via Digitalmars-d-learn
- Re: how to s... H. S. Teoh via Digitalmars-d-learn
- Re: how to s... mw via Digitalmars-d-learn
- Re: how to skip ... Steven Schveighoffer via Digitalmars-d-learn
- Re: how to s... mw via Digitalmars-d-learn
- Re: how to skip the ... Ali Çehreli via Digitalmars-d-learn
- Re: how to skip ... mw via Digitalmars-d-learn
- Re: how to s... Ali Çehreli via Digitalmars-d-learn