Concatenates the x with y to xy. x and y can be of one of the types Number, Boolean, Currency, Date, Time, DateTime, and String.
x & y
String value
True & "World" -> Returns "TrueWorld"