> On Apr 16, 2016, at 3:20 PM, Robby Findler <ro...@eecs.northwestern.edu> 
> wrote:
> 
> And in response to Quico, I would say that what's happening here is
> that read-line (and therefore read-words/line) are interpreting a
> "line" to be a bunch of characters followed by a specific set of
> delimiters (a newline in the examples in this thread). And so if you
> have a file with "a\nb" then that is one line and one partial line.
> Since the file ends, then read-line just decides to act as if there
> were a fully terminated line at the end of the file.

I have added an appropriate comment to the docs. Thanks — Matthias

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to