The function takes two separate lists as input and combines them into a single list. The result is a merged version of the two input lists, with all the elements from both lists present in the output list in the order they were provided.
The resulting list is showing in the list3 parameter.
Example:
concat (List1, List2) → List of list | |||||
| |||||
To view this example in the library, see (https://openbrim.org/platform/?application=inc&author=ParamML_Examples_OpenBrIM+Platform&folder=Functions&obj=objidsok237q52xn1m9ds05z1fj) |
Example:
| |||||
To view this example in the library, see (https://openbrim.org/platform/?application=inc&author=ParamML_Examples_OpenBrIM+Platform&folder=Functions&obj=objidfsras7eoxccgy2td9iq8hk) |