Definition: Let x and y be two strings over S.
The concatenation of x and y is xy.
Note: xe = ex = x
Examples:
Concatenation of 101 and 001 is 101001
Concatenation of e and 001 is e001 = 001
Concatenation of Strings
 Gist: xy
5/20