next up previous contents index
Next: digit?,letter?,space? Up: Character Previous: Character   Contents   Index


char,ord


Usage

char n
ord c


Signatures

char: MachineInteger $\to$ %
ord: % $\to$ MachineInteger


Parameter Type Description
n MachineInteger a character code
c % a character


Returns

char(n) returns the character whose code is n, while ord(c) returns the code corresponding to the character c.



Manuel Bronstein 2004-06-28