&

Text concatenation. Combines two strings together into a single string. For example "Lucid" & "chart" produces the string "Lucidchart".

Examples

="A" & "B""AB"

=@A & "C"??

="D" & @B & @C??