Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt

concatenateList(list1, list2) Concatenate 2 lists and return the result as a new list.

Function: concatenateList()

...

Concatenate 2 lists and return the result as a new list.

Syntax

concatenateList(list1, list2)

...