Next: R6RS Port Manipulation, Previous: R6RS Transcoders, Up: R6RS I/O Ports
R5RS' eof-object? procedure is provided by the (rnrs io ports) module:
eof-object?
(rnrs io ports)
Return true if obj is the end-of-file (EOF) object.
In addition, the following procedure is provided:
Return the end-of-file (EOF) object. (eof-object? (eof-object)) ⇒ #t
Return the end-of-file (EOF) object.
(eof-object? (eof-object)) ⇒ #t