name: elemAt args: [xs, n]
Return element n from the list xs. Elements are counted starting from 0. A fatal error occurs if the index is out of bounds.
Return element n from the list xs. Elements are counted starting from 0. A fatal error occurs if the index is out of bounds.