Returns the last element of the list aList. Raises an error for an empty list.
aList
the list to consider
the last element
Returns the last element of the list
aList. Raises an error for an empty list.