getchar
getchar(
@symbol ## symbol (required)
@i ## int/list (required)
) -> symbol
Given a symbol and one or more indices, it returns the characters corresponding to each index.
Arguments
@symbol
[symbol]: Symbol to get characters from. (required)@i
[int/list]: Character indices. (required)
Output
Symbol [symbol]