Concatenator
Last updated
Last updated
[string/Concatenator]
Concatenates two strings together. Example:
"Hello"@0 is received via a
" world!"@0 is received via b
"Hello world!"@0 is sent via concatenated
Keywords: string, concat
a: string
The first string
b: string
The second string
concatenated: string
Sends the concatenation of the two inputs.