Concatenator

[string/Concatenator]


Concatenates two strings together. Example:

  1. "Hello"@0 is received via a

  2. " world!"@0 is received via b

  3. "Hello world!"@0 is sent via concatenated


Keywords: string, concat

Input ports

  • a: string

    The first string

  • b: string

    The second string

Output ports

  • concatenated: string

    Sends the concatenation of the two inputs.

Last updated