Re: Tutorial
"Mirar @ Pike importm?te f?r mailinglistan" <[email protected]> Fri, 9 Dec 2016 09:25:05 +0000 (UCT)
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
I think that gets() can be OS dependant if text files are OS dependant. And since Windows (DOS) likes \r\n, the behaviour can be slightly differen there. It's a small can of wriggly worms though. ngets() was used before the line iterator, if I recall correctly.