eof-object?
-- r7rs
Definition predicate
;
eof-object?
(from vonuvoli
);Procedure variants:
((eof-object) -> (true))
eof-object
;true
;((any) -> (false))
scheme:base
-- (scheme base)
;scheme
-- (scheme)
;(eof-object? obj)
Returns
#t
ifobj
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 usingread
.
The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.
eof-object
;true
;any
;false
;