RosettaCodeData/Task/Copy-a-string/00DESCRIPTION
2016-12-05 22:15:40 +01:00

9 lines
209 B
Text

{{omit from|bc}}
This task is about copying a string.
;Task:
Where it is relevant, distinguish between copying the contents of a string
versus making an additional reference to an existing string.
<br><br>