Skip to content

Delete

Removes the element at a given position.

$ wo 'Delete[{1, 2, 3, 4}, 2]'
{1, 3, 4}