EMA-XPS Online


REPLACE-SEQUENTIAL

REPLACE-SEQUENTIAL
==================

syntax: (replace-sequential <seq.1> <seq.2> [<start>])

This function modificates the first sequence. It
replaces the elements of the first sequence with the
elements of the second sequence. Optionally you can
set a start position. The original will be changed!
This function only works in Babylon-Lisp. In Common
Lisp, you have to look for REPLACE.


EMA-XPS Online