get returns the nth element of a list. It uses the type card [list] by default and can be combined with task cards. The function requires the disp function in order to display its result.

The task cards that can be used are:

As an example, we have the list of numbers from 1 - 10. We wanted to retrieve the 5th element of the list, in this case number 5. To do so, we can use the syntax below:

disp [text] (get [list] [1,2,3,4,5,6,7,8,9,10] {5})

//Expected output: 5