_Added in 1.8.10_ *$chr(N)* Returns the character with ascii number N. *Parameters* N - the ascii number. *Example*
;Returns ascii character A
//echo -ag $chr(65)

;Returns ascii character *
//echo -ag $chr(42)