std:std.stringio.IsSpace

Function IsSpace:Bool( chr:Int )

Checks if a character is whitespace.

Returns true if char is 32 or less.

Parameters
chr chr The character to check.