Access List Elements in CL

You can now list.elementAt(n) on lists to get the nth element of a list.
list.elementAt(list.length) will give you the last element.
Example: elementAt • Activity Builder by Desmos

8 Likes