get returns the nth character of a certain text. It uses the type card [text] by default and can be combined with task cards.

The task cards supported for this function are:

For example, to display the 5th letter of the word Lagmite, we can use the following syntax:

disp [text] (get [text] Lagmite {5})

//Expected result: i

The task card is used to denote what character in what order should it display.

Another example to use is with the word Pneumonoultramicroscopicsilicovolcanoconiosis. To return the 24th letter in uppercase, we can use the following syntax:

disp [text] (get [text] Pneumonoultramicroscopicsilicovolcanoconiosis ****{5} {upr})

//Expected result: C