Leonardus
|
Red book operator replaces a subsequence of the elements of
the first operand by the entire contents of the third operand.
The subsequence that is replaced begins at index I in the first operand;
its length is the same as the length of the third operand.
The objects are copied from the third operand to the first,
as if by a sequence of individual get and put operations.
Core code registered in systemdict.