Skip to content

Append

The collection with value added as its last element.

Wolfram LanguageAppend
Append(collection, value)the collection with `value` added as its last element.

Domain: Collections

Details
  • . See Join.
  • Appending a list nests it as a single element rather than splicing its contents in — use Join to splice.
  • compute-engine currently only supports .

Examples

See also: Join