This state table encapsulates the states needed to concatenate up to 10 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 6th string.
The 7th string.
The 8th string.
The 10th string.
The concatenation of the input strings (in0 + in1 + in2 + in3 + in4 + in5 + in6 + in7 + in8 + in9).