Hi Guys! help please..How can i get the last element of a list with a list? say i have a list
((4 5 6) (d e f) (h i j) (5 5 5 5)) )
how can i have the last element so that my out put would be
(6 f j 5)Thanks in advance!