/usr/lib/s9fes/help/eof-objectp is in scheme9 2010.11.13-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | R4RS 6.10.2 (eof-object? object) ==> boolean
Returns #T if OBJECT is an end of file object, otherwise returns #F.
The precise set of end of file objects will vary among implementations,
but in any case no end of file object will ever be an object that
can be read in using read.
|