isVariableNameStart
fn
bool isVariableNameStart(char c)Returns true if the character can start a variable name (letter or underscore).
bool isVariableNameStart(char c)Returns true if the character can start a variable name (letter or underscore).