IBMTromboneC5

This state table encapsulates the states needed to concatenate up to five strings together. It returns the result as a single string.

Parameters

String in0:

The 1st string.

String in1:

The 2nd string.

String in2:

The 3rd string.

String in3:

The 4th string.

String in4:

The 5th string.

String out (this value is returned):

The concatenation of the input strings (in0 + in1 + in2 + in3 + in4).