last
|
The last function returns the last pair in a list {list}. The
last pair is defined to be the first element of the list whose cdr component
is not a pair.
Usage The last function is used to get the last pair in a List.
(last list) Returns the last Pair.
Expression:
Arguments
Name
Type
Description Argument: list List
A List (of Pairs).
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Pair | List |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|