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
(last '((1 2 3) (4 5 6)))  returns (4 5 6)

Remarks




©  Bricsys NV. All rights reserved.