Skip to main content
Version: Next

append/3

Description

append/3 is a predicate that concatenates two lists.

Signature

append(?List1, ?List2, ?List3)

Where:

  • List1 is the first list.
  • List2 is the second list.
  • List3 is the concatenation of List1 and List2.