Returns the last element in a list
Supported Platforms: Windows and Mac OS
(last lst)
Type: List
A list of one or more elements.
Type: Integer, Real, String, List, Ename (entity name), T, or nil
An atom or a list.
(last '(a b c d e)) E (last '(a b c (d e))) (D E)