String append: Difference between revisions

Content deleted Content added
initial draft task
 
m initial draft task
Line 1: Line 1:
{{task|Basic language learning}}[[Category:String manipulation]][[Category: String manipulation]]{{basic data operation}}
{{task|Basic language learning}}[[Category:String manipulation]][[Category: String manipulation]]{{basic data operation}}
Create a string variable equal to any text value. Append with another string literal.
Create a string variable equal to any text value. Append the string variable with another string literal.


To illustrate the operation, show the content of the variables.
To illustrate the operation, show the content of the variable.


=={{header|ALGOL 68}}==
=={{header|ALGOL 68}}==