Atom - ; - Concatenate / Append

Characters: ;

Tags: array

Arity: dyadic

This atom is dyadic, which means it takes two arguments.

Functionality

Join two lists, prepend/append a value, or pair two values.

Details

The exact behavior can be thought of as "convert single-value arguments to singleton lists and then concatenate lists" (in the same way Python + works on lists).