Replace
Replace an element of a list by another element.
Syntax
replace(List | Vector, Integer, ..., Integer, Element)
Description
Given a list or a vector, a set of integers and an element , replace the elements in positions by the new element .
Replace an element of a list by another element.
replace(List | Vector, Integer, ..., Integer, Element)
Given a list or a vector, a set of integers and an element , replace the elements in positions by the new element .