Method Stdio.FILE()->getchar()

class Stdio.FILE

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 a string of length 1.