Prompt Concatenation Operator +

If only one operand expression is of type Prompt, then prompt conversion is performed on the other operand to produce a prompt at run time. The result is a reference to a newly created Prompt object that is the concatenation of the two operand prompts. The content of the left-hand operand precedes the content of the right-hand operand in the newly created prompt.