Wiki

Clone wiki

symja_android_library / Symbols / Append

Append

Append(list, expr)
append the expr to list.

See:

Examples

>>> Append({1,2,3,x,y}, z)
{1,2,3,x,y,z}

Related terms

AppendTo, First, List, Listable, MatrixQ, Prepend, Rest, VectorQ

Updated