tupleCodePointAt

Answer the code point of the character at the given one-based index in this tuple. The tuple doesn't have to be a string, but the requested element must be a character.

Return

The code point of the A_Character at the specified index.

Parameters

index

The one-based subscript into this tuple.