<CHR>
Syntax
<CHR {charval} >
where:
charval numeric value in the range 0 to 255
Description
<CHR> returns the ASCII character for charval.
Example
&PRINT <CHR 7>
This will ring the bell on your terminal because ASCII 7 is the bell
character.