Chr(n:Int):Str
Chr$(n:Int):Str

Returns a character, given the character code. For example, Chr(65) returns "A", and Chr(8745) returns "∩".

In PCC2 Web, this function returns the string containing Unicode character n. However, VGA Planets file formats still only support characters from 8-bit character sets, so characters outside the game character set cannot be used in ship names, for example.

If the parameter is EMPTY, returns EMPTY.

See also: Elementary Functions

This is a testing version.
It may be incomplete, and have more bugs (or features) than the public live version at planetscentral.com.