manpagez: man pages & more
info guile
Home | html | info | man
[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

6.14.10.5 The End-of-File Object

R5RS’ eof-object? procedure is provided by the (rnrs io ports) module:

Scheme Procedure: eof-object? obj
C Function: scm_eof_object_p (obj)

Return true if obj is the end-of-file (EOF) object.

In addition, the following procedure is provided:

Scheme Procedure: eof-object
C Function: scm_eof_object ()

Return the end-of-file (EOF) object.

(eof-object? (eof-object))
⇒ #t

This document was generated on April 20, 2013 using texi2html 5.0.

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.