Clib.isgraph()
| syntax: | Clib.isgraph(chr) | 
| where: | chr - a character, a single character string. 
 | 
| return: | boolean - true if chr is a printable character. 
 | 
| description: | Returns true if chr is a printable character excluding the space character " ", code 32. 
 |