Arc Cross Reference |
readb[procedure] readc port[procedure] readb port[procedure] peekc portRead a character or a byte from an input port port. peekc does't advance the input position. If nil is passed to port, the current stdin is used. (which is different from scheme:read-char, scheme:read-byte and scheme:peek-char, in which omitting the port means current input port.) If the input port has reached at its end, nil is returned. (No eof-object equivalent). | AboutAlphabetical Indexa b c d e f g h i j k l m n o p q r s t u v w x y z other ReleasesRelated |