COPY-STRING =========== syntax: (copy-string <string>) This function copies the string. It only works in Babylon-Lisp, not in Common-Lisp! example: >(copy-string "string") "string"