Wiki

Clone wiki

symja_android_library / Symbols / Prepend

Prepend

Prepend(list, expr)
prepend the expr to list.

See:

Examples

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

Related terms

Append, First, List, Listable, MatrixQ, Rest, VectorQ

Updated