read-until-eof

Name

read-until-eof -- Return all the text from input port IN until eof.

Synopsis

(read-until-eof in)

Description

Return all the text from input port IN until eof. IN should be a newline-terminated Ascii input port.

Implementation Notes

Module: (app scwm file)

Defined in scheme/file.scm at line 96 (CVS log)