Is Letter
Characters
The Is Letter
node takes in a character literal and returns if that character is a letter. Letter characters are letters that have a letter value to them and is not a symbol, number, or whitespace.
Inputs
Character (char)
The character literal to check.
Outputs
* (bool)
Returns if this is a letter.