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