This function combines two separate lists into a single list.
The order of elements is respected and the result may contain duplicates.
Operator
Bash
list1 APPEND list2 #Output: List
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns [1, 2, 3, 3, 4, 4] |
|
Bash
|
This example returns ["blue", "red", "red", "red", "green"] |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
list |
Any type of text, number or issue list. Learn more about working with lists. |
|
|
list |
Any type of text, number or issue list. Learn more about working with lists. |
Output
This function returns a list