standard.lib.str.ord

ord is available since version 1.0.

Prototype:

number ord(string character);

Description:

Returns the ASCII code corresponding to a character.

Return value:

Returns the ASCII code corresponding to a character.