CHR
Function
Returns the ASCII character corresponding to the given integer.
Parameters
n: int type, the ASCII code of the character, range 0-127.
Returns
- string type, returns the corresponding character.
- If the input is NULL, returns NULL.

Returns the ASCII character corresponding to the given integer.
n: int type, the ASCII code of the character, range 0-127.