Skip to content

Insert

Inserts an element at a given 1-based position.

$ wo 'Insert[{a, b, c}, x, 2]'
{a, x, b, c}