chr


function chr(n: integer): char;

Returns the character with the given ASCII code. Behavior is undefined if 'n' is larger than 127.