(=> (Last ?List ?Result) (= ?Result (Cond ((Null ?List) Bottom) ((Null (Rest ?List)) (First ?List)) (True (Last (Rest ?List))))))