Method Stdio.FILE()->getchar()
- Method getchar
 localintgetchar()- Description
 This function returns one character from the input stream.
- Returns
 Returns the ISO-10646 (Unicode) value of the character.
- Note
 Returns an
intand not astringof length 1.