char
func char(i : Integer) -> Character
ascii := [`\0'..`\255']
return ascii(i)
Returns the character corresponding to the given integer value, using the
8-bit ASCII code. For example:
char(65) = `A'
char(10) = `\lf'
Herman Venter
This is Slim documentation as snarfed on 27 May 1999 by dB.