RosettaCodeData/Task/String-concatenation/00-TASK.txt

16 lines
346 B
Plaintext

{{basic data operation}}
[[Category:Simple]]
{{task|Basic language learning}}
;Task:
Create a string variable equal to any text value.
Create another string variable whose value is the original variable concatenated with another string literal.
To illustrate the operation, show the content of the variables.
{{Template:Strings}}
<br><br>