ASCII character of a given code

Syntax

CHR …int-expr…

Typing

integer -> CHR

Description

Convert the given integer (must be below 255) into the corresponding ASCII character.

Examples

expression evaluates to
CHR 65 #\A