_Added in 1.8.10_ *$chr(N)* Returns the character with "ASCII":http://www.asciitable.com/ value N. *Parameters* N - the "ASCII":http://www.asciitable.com/ value. *Example*
;Returns ASCII character A
//echo -ag $chr(65)

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