peek_char


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.

Also see:

read_char


Core Module Index | Contents