Nth element of a list in the graphing calculator

I know you can do this in CL with list.elementAt(n) but this doesn’t work in the graphing calculator. Is there a way to do this? If there is I can’t find the discussion topic and I don’t have access to Reddit.

If your list is L then L[n] will give you the nth term.

thank you!