Copy a string
There is no special handling needed to copy a string; just assign it to a new variable:
You can also bind a new variable to an existing one so that each refers to, and can modify the same string.
Last updated
There is no special handling needed to copy a string; just assign it to a new variable:
You can also bind a new variable to an existing one so that each refers to, and can modify the same string.
Last updated