Get character at index
Returns a single-character string at the specified index.
s (String): The input string.
String
i (Int): The index (0-based).
Int
The character at the index.