CHAR

Synopsis
CHAR codepoint
Description

Outputs the character which corresponds to codepoint within the Unicode character set. The input codepoint must be an integer between 0 and 65535.

Example
SHOW CHAR 97
a
SHOW CHAR 65
A
SHOW CHAR 945
α
See Also
ASCII

SourceForge.net Logo