Given a list aList, returns a boolean telling if the list is empty (i.e contains no element and is in fact equal to nil)
aList
the list tested for emptiness
Given a list
aList
, returns a boolean telling if the list is empty (i.e contains no element and is in fact equal to nil)