So then "a\nb" would return a and then b as expected since that is what "/" does. Also "a\n" should return "a" and "".
I find it very confusing that the line iterator would skip the last line. In the very least make it an option. In the very least I will never use it if this is the (only) mode of operation.
/ David Hedbor
Previous text:
2002-12-31 00:00: Subject: stdin->line_iterator
gets() is not an iterator. The iterator is the equivalent of /"\n" and should behave as such.
/ Peter Bortas