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