car
|
The car function returns the head of a List. The argument to the car
function is a List (a set of Pairs linked together). Usage The car function is used to retrieve the head of a Pair or List.
(car obj ) The head of the List.
Expression:
Arguments
Name
Type
Description Argument: obj List Pair
The target must be a pair or list.
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
|