Is White Space
Characters
The Is White Space
node takes in a character literal and returns if that character is whitespace. Whitespace characters are empty spaces in text that separate other characters.
Inputs
Character (char)
The character literal to check.
Outputs
* (bool)
Returns if this is whitespace.