This state table encapsulates the states needed to concatenate up to five strings together. It returns the result as a single string.
The 1st string.
The 2nd string.
The 3rd string.
The 4th string.
The 5th string.
The concatenation of the input strings (in0 + in1 + in2 + in3 + in4).