RosettaCodeData/Task/String-concatenation/00DESCRIPTION

9 lines
317 B
Text
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
{{basic data operation}}[[Category:Simple]]
Create a string variable equal to any text value.
Create another string variable whose value is the original variable concatenated with another string literal.
2013-04-11 01:07:29 -07:00
To illustrate the operation, show the content of the variables.
2016-12-05 22:15:40 +01:00
2018-06-22 20:57:24 +00:00
;Tasks featuring Strings:
2016-12-05 22:15:40 +01:00
{{Template:Strings}}