last
(last list)
This function returns the last element
of list.
Arguments |
list a list of symbol names, used as arguments passed when this lambda is called |
Return |
the last element of the list |
Example |
(last '(1 2 3 4))
returns 4 |
Remarks |
|
© Bricsys NV. All rights reserved. |