chr

(chr integer)

The chr function converts an ASCII code (specified as integer value) into its equivalent single character string.

Examples

: (chr 65)

"A"

: (chr 33)

"!"