|
append
|
The append Function appends one or more structure objects to the end of a
target structure and returns the result. The append operation is non-destructive,
that is the result of appending does not change any of the source or target objects.
Two structure objects are concatenated from left to right, returning the final
appended structure. If only one structure is specified, it is returned.
Use the append function to concatenate one or more Structures.
(append struct1 ...) If one Structure was passed, the original Structure will be returned.
If more than one Structure was passed, the resulting Structure after the append is returned.
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. Here are also a number of links to functions having arguments with any of these data types.
You can always talk with the AIS at aiserver.sourceforge.net.
Name
Description
AIS Types struct1 Only one structure argument is mandatory. It can be followed a list
of structures, each of which will be concatenated to the first one
(non-destructively) and the resulting structure is returned. Structure
Returns:
Examples
Argument Types
String
Symbol
Structure
Vector
Matrix
Pair
CpxVector
IntVector
NumVector
ObjVector
BitVector
How do I contact the AIS team?