Skip to main content
Version: Next

Concat List

Create a new list that is the concatenation of two lists.

Description

Merge two lists.

Inputs

  • First list (List): First list.
  • Second list (List): Second list.

Outputs

  • Concatenated list (List): The concatenation of First and Second list.