Returns the character with ascii number N.
$chr(N)
//echo -a $chr(65) returns A.
$asc returns the ascii number of a character.