COPY makes a copy of a STRING! value
Categoryname
new-value: COPY value
value - STRING! type to be made available as a copy.
This method has no refinements
COPY makes a copy of a STRING! value.
COPY should be used sparingly. It can be cause of memory leakage.
string: "Meta is my new programming language of choice"
new-string: copy cut string 4