Skip to content
TurtleKitty edited this page May 18, 2019 · 1 revision

eof?

Returns true for the magic end-of-file object.

(eof? 'foo) ; false
(eof? EOF)  ; true
Clone this wiki locally