RosettaCodeData/Task/Copy-a-string/00-TASK.txt
2023-07-01 13:44:08 -04:00

11 lines
217 B
Text

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.
{{Template:Strings}}
<br><br>