std:std.stringio.IsIdent
Checks if a character is an identifier.
Returns true if ch is '0'-'9', 'a'-'z', 'A'-'Z' or '_'.
ch
chr