Name readchar
Definition readchar : expr(char)
Defined in io.l
Implementation icode
Description Read a character from standard input. If standard input is connected to the debugger a whole line is read and the first character in the line is returned. Otherwise the next character is returned.