how to skip the next (n) item & continue from (n+1) with a range ? e.g. in File(fn).byLine();

kinke noone at nowhere.com
Mon Jun 22 20:02:22 UTC 2020


If you are referring to the next line, not the next n lines, 
that's a simple `continue;` statement.


More information about the Digitalmars-d-learn mailing list