Void ungetChar(Char c)
Arguments
c: The character to unget
Usage
Unget a character. This character will then be the next character returned by a call to getChar.
c: The character to ungetUnget a character. This character will then be the next character returned by a call to getChar.