[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

question on read-line



when i use read-line, i find that it returns multiple values as long as
eof is not true.  when eof is true, it only returns one value.
my understanding of the function is that when eof is false the second value
is nil, but when eof is true, the second value is t.
can someone clarify this for me?
thanks,
dan stanger