These docs are for v1.0. Click to read the latest docs for v1.2.

&

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??