cons
|
The cons function builds a Pair from object1 {object1} which becomes
the car and object2 {object2} which becomes the cdr. Usage The cons function constructs a Pair from any two Analytic Information Server objects.
(cons object1 object2) A Pair.
Expression:
Arguments
Name
Type
Description Argument: object1 Character String Symbol Vector BitVector ByteVector IntVector
FltVector ObjVector Structure Dictionary Directory Brick
Matrix NumMatrix Integer Float Number Complex Boolean
Any Analytic Information Server native or object data type. Argument: object2 Character String Symbol Vector BitVector ByteVector IntVector
FltVector ObjVector Structure Dictionary Directory Brick
Matrix NumMatrix Integer Float Number Complex Boolean
Any Analytic Information Server native or object data type.
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.
Character | String | Symbol | Vector |
BitVector | ByteVector | IntVector | FltVector |
ObjVector | Structure | Dictionary | Directory |
Brick | Matrix | NumMatrix | Integer |
Float | Number | Complex | Boolean |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|