Replaces the specified range of a multifield value with a set of values.
The variable number of final arguments are inserted into the first multifield,
replacing elements between the 1-based indices given by the two numeric
arguments, inclusive.
Example:
Jess> (replace$ (create$ a b c) 2 2 (create$ x y z))
(a x y z c)