READ-LINE
* READ-LINE ( str-adr str-len file -- count flag code )

fill the given string buffer with one line
from the file. A line termination character
(or character sequence under WIN/DOS) may
also be placed in the buffer but is not
included in the final count. In other respects
this function performs a >READ-FILE

file ordinary primitive