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

16 lines
346 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
{{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>