Convert an ascii value into a string
String_Type char (Integer_Type c)
The char function converts an integer ascii value c to a string
of unit length such that the first character of the string is c.
For example, char('a') returns the string "a".
integer, string, typedef