String concatenation
A common need in programming is to join two or more strings into a single string by:
This is commonly referred to as string concatenation.
In Alice, this is accomplished using the function identified as a + b in the string section of the functions tab belonging to the world.