Warning: This is the manual of the legacy Guile 2.0 series. You may want to read the manual of the current stable series instead.
Next: R6RS Port Manipulation, Previous: R6RS Transcoders, Up: R6RS I/O Ports [Contents][Index]
R5RS’ eof-object?
procedure is provided by the (rnrs io
ports)
module:
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