Combine items into a single message

Unlike the join and pack objects, which combine their inputs into a single space-separated list, the combine object concatenates its inputs into a single item with no space in between. This example shows how you can use combine to join things with no space. If one of the inputs already contains spaces, and you want to retain those spaces in the output, you would need to convert the input to a symbol first, using the tosymbol object.

Chapter: 
Keywords: