.nil is returned and
no item is deleted. All elements following the deleted item will be
moved up in the list ordering, but the indexes associated with the moved items will not change.
The size of the list will be
reduced by one element.
The delete method and the remove method produce the same result for the list class.