_Added in 1.8.10_ *$chr(N)* Returns the character with "ASCII":http://www.asciitable.com/ value N. _Also see [[$asc]] for the reversed version._ *Parameters* table(ktable). |*Parameter*|*Description*| | N | the "ASCII":http://www.asciitable.com/ value. | *Example*
;Returns ASCII character A
//echo -ag $chr(65)

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