peek_char(s = current_reader())
Return the next character from the textual input stream s without actually removing it from the stream. If there are no more characters in the stream, return the eof object.
s
Core Module Index | Contents