standard.lib.str.chr

chr is available since version 1.0.

Prototype:

string chr(number ascii)

Description:

Returns the character corresponding to a given ASCII value.

Return value:

Returns the character corresponding to a given ASCII value.