Next: stdlib io port io ports, Previous: stdlib io port transcoders, Up: stdlib io port [Index]
The end–of–file object is returned by various I/O procedures when they reach end of file.
Return the end–of–file object.
(eqv? (eof-object) (eof-object)) ⇒ #t (eq? (eof-object) (eof-object)) ⇒ #t
NOTE The end–of–file object is not a datum value, and thus has no external representation.
Return #t
if obj is the end–of–file object, #f
otherwise.