kytschBASIC

Put down that phone!
Please view me on real computer.

CHR$

Returns a one character string equivalent to the ASCII character Expression.ASCII is a standard way of coding the characters used by the computer display.

Example

PRINT CHR$(65)

Output

A

See also