- string-copy-over! FROM TO #!optional START ENDprocedure
Copies a substring of FROM, determined by START & END. Returns the modified TO.
: FROM ; string ; : TO ; string ; : START ; fixnum ; default 0 : END ; fixnum ; default string-length
Copies a substring of FROM, determined by START & END. Returns the modified TO.
: FROM ; string ; : TO ; string ; : START ; fixnum ; default 0 : END ; fixnum ; default string-length