Next:
Character class-constants
, Up:
Character
1.28.1 Character class: built ins
asciiValue: anInteger
Returns the character object corresponding to anInteger. Error if anInteger is not an integer, or not in 0..127.
codePoint: anInteger
Returns the character object, possibly an UnicodeCharacter, corresponding to anInteger. Error if anInteger is not an integer, or not in 0..16r10FFFF.
value: anInteger
Returns the character object corresponding to anInteger. Error if anInteger is not an integer, or not in 0..255.