The Chr$ function calculates and returns the string character of an ASCII number. It is used to retrieve the single string character represented by the decimal ASCII argument.
When a Chr$ function is encountered during the program's execution, it takes the {expression} element which is expressed as a decimal ASCII number and calculates and then returns the single string character represented by the decimal ASCII argument.