Concat 3
Concatenates all 3 inputs to the output
Description
Concatenates all 3 inputs to the output.
Generates output even if no input is specified.
Inputs
- s1 (String): The first string. Defaults to "" if there is no input
- s2 (String): The second string. Defaults to "" if there is no input
- s3 (String): The third string. Defaults to "" if there is no input
Outputs
- s1+s2+s3 (String): The result of the concatenation of all the inputs