039-eof.scm (129B)
1 ; eof is the EOF singleton; eof? distinguishes it. 2 (sys-exit (if (eof? eof) 3 (if (eof? '()) 1 22) 4 2))